Skip to content

Commit

Permalink
fix font
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrid committed Feb 2, 2024
1 parent d0a2588 commit cf440e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function Footer({ version }: { version: string }) {

<Typography level="body-sm"></Typography>

<Typography level="body-sm" component="code">
<Typography level="body-sm" fontFamily="monospace" component="code">
{version}
</Typography>
</Row>
Expand Down

0 comments on commit cf440e9

Please sign in to comment.