diff --git a/src/containers/NavigationSection/NavigationSection.tsx b/src/containers/NavigationSection/NavigationSection.tsx index 483ee0e8..2e7e1eb9 100644 --- a/src/containers/NavigationSection/NavigationSection.tsx +++ b/src/containers/NavigationSection/NavigationSection.tsx @@ -1,7 +1,6 @@ import {useState, type FC} from "react" import {StaticAssetPath} from "@/utils/util" import {ReactSVG} from "react-svg" -import Typography, {TypographyVariant} from "@/components/Typography" import SidebarActions from "./SidebarActions" import UserBar from "./UserBar" import {twMerge} from "tailwind-merge" @@ -18,6 +17,7 @@ import {SearchInput} from "@/components/ui/input" import CreateRoomModal from "@/components/CreateRoomModal" import CreateSpaceModal from "@/components/CreateSpaceModal" import useGlobalHotkey from "@/hooks/util/useGlobalHotkey" +import {Text} from "@/components/ui/typography" export const DASHBOARD_SPACE_ID = "dashboard_space_id" @@ -68,12 +68,16 @@ const NavigationSection: FC<{className?: string; onLogOut: () => void}> = ({
- + MIRAGE - +