Skip to content

Commit

Permalink
Added square site link to Nav.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-bryant committed Apr 22, 2024
1 parent 6f821a4 commit cc45064
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ export default function Nav() {
<Stack direction="row" spacing={2} sx={{
'.MuiButtonBase-root': {
fontSize: {
xs: '1.5rem',
sm: '2rem',
xs: '1rem',
sm: '1.5rem',
md: '2rem',
}
}
}}>
<Button size="large" href="/about">Our Story</Button>
<Button size="large" href="/ontap">On Tap</Button>
<Button size="large" href="https://elderbrew.square.site/">Merch</Button>
<Button size="large" href="/contact">Contact</Button>
</Stack>
);
Expand Down

0 comments on commit cc45064

Please sign in to comment.