diff --git a/apps/studio/src/components/AppNavbar.tsx b/apps/studio/src/components/AppNavbar.tsx index d30c09bd9..30e987d51 100644 --- a/apps/studio/src/components/AppNavbar.tsx +++ b/apps/studio/src/components/AppNavbar.tsx @@ -1,17 +1,11 @@ import Image from "next/image" import NextLink from "next/link" import { Flex, HStack } from "@chakra-ui/react" -import { - AvatarMenu, - Button, - IconButton, - Menu, -} from "@opengovsg/design-system-react" +import { AvatarMenu, Button, Menu } from "@opengovsg/design-system-react" import { BiLinkExternal } from "react-icons/bi" import { ADMIN_NAVBAR_HEIGHT } from "~/constants/layouts" import { useMe } from "~/features/me/api" -import { DASHBOARD } from "~/lib/routes" export function AppNavbar(): JSX.Element { const { me, logout } = useMe() @@ -32,22 +26,19 @@ export function AppNavbar(): JSX.Element { borderColor="base.divider.medium" transition="padding 0.1s" > - - - } + + Back to sites { alignItems="start" > - - } - /> + + + } + /> + {name}