Skip to content

Commit

Permalink
Fix closing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vladh committed Oct 31, 2024
1 parent b22e797 commit dfa7b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/endorsements.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import Layout from "../layouts/Layout.astro";
</div>

<div class="text-center">
<Button href="/join/">Join the Pledge</TextButton>
<Button href="/join/">Join the Pledge</Button>
</div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ import TextButton from "../components/TextButton.astro";
</div>

<div class="text-center">
<Button href="/join/">Join the Pledge</TextButton>
<Button href="/join/">Join the Pledge</Button>
</div>
</div>
</section>
Expand Down

0 comments on commit dfa7b22

Please sign in to comment.