Skip to content

Commit

Permalink
fix issues preventing build
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth committed Nov 28, 2024
1 parent 2440f46 commit 8de5e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sponsor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Sponsor = ({
nofollow={true}
/>
</h2>
<p>${ since.toLocaleDateString() } - ${ until.toLocaleDateString() }</p>
<p>{ since.toLocaleDateString() } - { until.toLocaleDateString() }</p>
<p><Lang lnkey={`sponsors.${ lnkey }.intro` as languageKey}/></p>
<p><Lang lnkey={`sponsors.${ lnkey }.sponsoring` as languageKey}/></p>
</div>
Expand All @@ -48,7 +48,7 @@ const Sponsor = ({
label={label}
/>
</h2>
<p>${ since.toLocaleDateString() } - <Lang lnkey={'sponsors.now'}/></p>
<p>{ since.toLocaleDateString() } - <Lang lnkey={'sponsors.now'}/></p>
<p><Lang lnkey={`sponsors.${ lnkey }.intro` as languageKey}/></p>
<p><Lang lnkey={`sponsors.${ lnkey }.sponsoring` as languageKey}/></p>
</div>
Expand Down

0 comments on commit 8de5e32

Please sign in to comment.