Skip to content

Commit

Permalink
Add link to header title
Browse files Browse the repository at this point in the history
  • Loading branch information
limdingwen committed Aug 1, 2024
1 parent d60e7cd commit 563b220
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/src/app/components/StandardShell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ export default function StandardShell({
<Group h="100%" px="md">
<Burger opened={opened} onClick={toggle} hiddenFrom="sm" size="sm" />
<Group justify="space-between" style={{ flex: 1 }}>
{logo}
<UnstyledButton component={Link} href="/">
{logo}
</UnstyledButton>
<Group ml="xl" gap={0} visibleFrom="sm">
{generatedButtons}
</Group>
Expand Down

0 comments on commit 563b220

Please sign in to comment.