diff --git a/src/components/AppLogo.tsx b/src/components/AppLogo.tsx index 208bb173..3d736a35 100644 --- a/src/components/AppLogo.tsx +++ b/src/components/AppLogo.tsx @@ -1,19 +1,20 @@ import {StaticAssetPath} from "@/utils/util" import {type FC} from "react" import {ReactSVG} from "react-svg" -import Typography, {TypographyVariant} from "./Typography" +import {Heading} from "./ui/typography" const AppLogo: FC = () => { return (
- - MIRAGE - + Mirage +
) } diff --git a/src/containers/NavigationSection/NavigationSection.tsx b/src/containers/NavigationSection/NavigationSection.tsx index 2e7e1eb9..ed96d3da 100644 --- a/src/containers/NavigationSection/NavigationSection.tsx +++ b/src/containers/NavigationSection/NavigationSection.tsx @@ -69,14 +69,14 @@ const NavigationSection: FC<{className?: string; onLogOut: () => void}> = ({ - MIRAGE + Mirage