diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx index 537d65b..9f95d03 100644 --- a/src/components/layout/Sidebar.tsx +++ b/src/components/layout/Sidebar.tsx @@ -1,3 +1,4 @@ +import Tooltip from "@/components/common/Tooltip.tsx"; import SidebarSection from "@/components/layout/SidebarSection"; import SwitchThemeButton from "@/components/layout/SwitchThemeButton"; import UserMenu from "@/components/layout/UserMenu"; @@ -190,23 +191,63 @@ function Sidebar({ children }: React.PropsWithChildren) {

-
- - -
- - See you at -
-
- - one-zero-eight - {" "} + one-zero-eight{" "} 💜
+
+ + +
+
+ +
+
+
+
+ + +
+
+ +
+
+
+
+ + +
+
+ +
+
+
+
+
+
+ + +
{children} diff --git a/src/components/layout/SwitchThemeButton.tsx b/src/components/layout/SwitchThemeButton.tsx index bb5d5fe..6d65fe8 100644 --- a/src/components/layout/SwitchThemeButton.tsx +++ b/src/components/layout/SwitchThemeButton.tsx @@ -9,7 +9,7 @@ export default function SwitchThemeButton() { return (