Skip to content

Commit

Permalink
Update sponsors link
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Mar 20, 2024
1 parent da8f4f4 commit 5a52af3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/utils/useSponsors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,12 @@ export function useSponsors(): RequestHookResult<Sponsors> {
name: 'Slotzilla',
},

Date.now() < +new Date(2024, 2, 10) && {
Date.now() < +new Date(2025, 2, 10) && {
id: 'automatenspiele',
url:
'https://automatenspielex.com/online-casino-bonus/ohne-einzahlung',
url: 'https://automatenspielex.com/',
imageUrl:
'https://firebasestorage.googleapis.com/v0/b/date-fns-org.appspot.com/o/sponsors%2Fautomatenspiele.png?alt=media&token=a722fa3f-9514-4932-a4f7-8b13246dcada',
name: 'bonus ohne einzahlung',
name: 'automatenspielex.com',
},
].filter((s) => !!s) as Sponsor[]).concat(
result.data.account.orders.nodes
Expand Down

0 comments on commit 5a52af3

Please sign in to comment.