We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8528354 commit 2440f46Copy full SHA for 2440f46
src/pages/contributing/sponsors/index.tsx
@@ -21,6 +21,7 @@ const Index = () => <Layout
21
to={'https://bjoern-buettner.me'}
22
lnkey={'bjoernbuettner'}
23
label={'Björn Büttner'}
24
+ since={new Date('2022-04-01')}
25
/>
26
<ContentUnit
27
level={'h2'}
@@ -34,6 +35,8 @@ const Index = () => <Layout
34
35
to={'https://jungwild.io'}
36
lnkey={'jungwild'}
37
label={'JUNGWILD'}
38
+ since={new Date('2023-11-15')}
39
+ until={new Date('2024-11-30')}
40
41
</Layout>;
42
export default Index;
0 commit comments