Skip to content

Commit

Permalink
fix: typo in Premiepotten (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
promise authored Nov 25, 2024
1 parent a033ec8 commit b1e7ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/competitions/SportsBox.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const formattedPrizes = prizes.map((prize) =>
formattedPrizes.length ? (
<div class="mt-4 last:mt-auto">
<H3 class="mt-0 text-lg" color="">
Premipotten
Premiepotten
</H3>
<dl class="divide-y divide-black/50 not-prose">
{formattedPrizes.map((prize, index) => (
Expand Down

0 comments on commit b1e7ff6

Please sign in to comment.