Skip to content

Commit

Permalink
Add more time
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Aug 29, 2023
1 parent 39a11e5 commit 2e211bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/useSponsors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function useSponsors(): RequestHookResult<Sponsors> {
).filter((s) => s.name !== 'date-fns'),
silver: uniqBy(
([
Date.now() < +new Date(2023, 10, 1) && {
Date.now() < +new Date(2023, 11, 1) && {
id: 'rmvrwng4-kj03dpbk-9b0pz57o-yl9e8xba',
url: 'https://polskiekasynohex.org/',
imageUrl:
Expand Down

0 comments on commit 2e211bf

Please sign in to comment.