diff --git a/web/public/character-idle.gif b/web/public/character-idle.gif new file mode 100644 index 0000000..7d4d544 Binary files /dev/null and b/web/public/character-idle.gif differ diff --git a/web/src/App.tsx b/web/src/App.tsx index e0f5d5a..2f31c56 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -1989,14 +1989,23 @@ export default function App() { isMobileSidebarOpen ? "translate-x-0" : "-translate-x-full md:translate-x-0" )} > -
+ + Sybil Web{authMode ? ` (${authMode === "open" ? "open mode" : "token mode"})` : ""} +
- - Sybil Web{authMode ? ` (${authMode === "open" ? "open mode" : "token mode"})` : ""} -
+