Skip to content

Commit

Permalink
fix: footer HeroName size
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Sep 12, 2024
1 parent 2e21c97 commit b81a41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import AnchorButton from "./AnchorButton.astro";

<div class="halves">
<div class="half logo">
<HeroName align="left" color="inherit" level="h2" />
<HeroName align="left" color="inherit" level="h2" size="small" />
</div>
<div class="half texts">
<div class="line texts-line">
Expand Down

0 comments on commit b81a41a

Please sign in to comment.