Skip to content

Commit 2440f46

Browse files
committed
fix issues preventing build
1 parent 8528354 commit 2440f46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/contributing/sponsors/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const Index = () => <Layout
2121
to={'https://bjoern-buettner.me'}
2222
lnkey={'bjoernbuettner'}
2323
label={'Björn Büttner'}
24+
since={new Date('2022-04-01')}
2425
/>
2526
<ContentUnit
2627
level={'h2'}
@@ -34,6 +35,8 @@ const Index = () => <Layout
3435
to={'https://jungwild.io'}
3536
lnkey={'jungwild'}
3637
label={'JUNGWILD'}
38+
since={new Date('2023-11-15')}
39+
until={new Date('2024-11-30')}
3740
/>
3841
</Layout>;
3942
export default Index;

0 commit comments

Comments
 (0)