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 8528354 commit 2440f46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/contributing/sponsors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const Index = () => <Layout
to={'https://bjoern-buettner.me'}
lnkey={'bjoernbuettner'}
label={'Björn Büttner'}
since={new Date('2022-04-01')}
/>
<ContentUnit
level={'h2'}
Expand All @@ -34,6 +35,8 @@ const Index = () => <Layout
to={'https://jungwild.io'}
lnkey={'jungwild'}
label={'JUNGWILD'}
since={new Date('2023-11-15')}
until={new Date('2024-11-30')}
/>
</Layout>;
export default Index;

0 comments on commit 2440f46

Please sign in to comment.