@@ -89,11 +89,6 @@ export const currentSponsors: SponsorTier[] = [
8989 logo : "/assets/img/sponsors/serpapi.svg" ,
9090 } ,
9191 { name : "The Primeagen" , href : "https://terminal.shop/" } ,
92- {
93- name : "Scraping Fish" ,
94- href : "https://scrapingfish.com/" ,
95- logo : "/assets/img/sponsors/scraping-fish.svg" ,
96- } ,
9792 {
9893 name : "K15t" ,
9994 href : "https://www.k15t.com" ,
@@ -130,10 +125,6 @@ export const currentSponsors: SponsorTier[] = [
130125 sponsors : [
131126 { name : "Travis Heinström" , href : "https://heinstrom.com" } ,
132127 { name : "Sjors Witteveen" , href : "https://kabutops.com" } ,
133- {
134- name : "Philip Lonsing" ,
135- href : "https://www.linkedin.com/in/philiplonsing/" ,
136- } ,
137128 { name : "b1ack0wl" , href : "http://www.b1ack0wl.com/" } ,
138129 { name : "Gian Giovani" , href : "https://wejick.wordpress.com" } ,
139130 { name : "Timely Learning" , href : "https://www.timely-learning.com" } ,
@@ -219,6 +210,11 @@ export const previousSponsors: SponsorTier[] = [
219210 {
220211 name : "Bronze" ,
221212 sponsors : [
213+ {
214+ name : "Scraping Fish" ,
215+ href : "https://scrapingfish.com/" ,
216+ logo : "/assets/img/sponsors/scraping-fish.svg" ,
217+ } ,
222218 {
223219 name : "Tuple" ,
224220 href : "https://www.tuple.app/" ,
@@ -241,6 +237,10 @@ export const previousSponsors: SponsorTier[] = [
241237 { name : "Puter" , href : "https://puter.com" } ,
242238 { name : "Follower24.de" , href : "https://www.follower24.de" } ,
243239 { name : "Clément Sibille" , href : "https://lisible.xyz/" } ,
240+ {
241+ name : "Philip Lonsing" ,
242+ href : "https://www.linkedin.com/in/philiplonsing/" ,
243+ } ,
244244 ] ,
245245 } ,
246246] ;
0 commit comments