Skip to content

Commit adbed2e

Browse files
committed
sponsors: Migrate old sponsors to alumni list
1 parent 489d3dc commit adbed2e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/components/landing/sponsors.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)