Skip to content

Commit

Permalink
Fix incorrect absolute link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
honzaflash committed Nov 16, 2023
1 parent 2c8e250 commit 2f0764b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Footer = () => (
<Container sx={{ px: { xs: 3, md: 20 } }}>
<Box sx={{ display: 'flex', justifyContent: 'space-between' }}>
<Typography>
This website was built by me, Jan Rychly. See <a href="/#/things/rychly-portfolio">how it was made</a>.
This website was built by me, Jan Rychly. See <a href="#/things/rychly-portfolio">how it was made</a>.
</Typography>
<Box sx={{ display: 'flex', alignItems: 'center', gap: 3 }}>
<Typography>
Expand Down

0 comments on commit 2f0764b

Please sign in to comment.