Skip to content

Commit

Permalink
Merge pull request #94 from AndyGera/patch-1
Browse files Browse the repository at this point in the history
Fix typo in aria label
  • Loading branch information
TorstenDittmann authored Jul 19, 2023
2 parents dfde85d + ed51481 commit 815cc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pink/src/components/layout/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pages.forEach((page, index) => {
<span class="text u-capitalize">{previous.title}</span>
</a>

<a class="button is-text" href={next.url} aria-label="bext page">
<a class="button is-text" href={next.url} aria-label="next page">
<span class="text u-capitalize">{next.title}</span>
<span class="icon-cheveron-right"></span>
</a>
Expand Down

0 comments on commit 815cc83

Please sign in to comment.