Skip to content

Commit

Permalink
feat: new sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Jun 28, 2024
1 parent 4bec67b commit 001a686
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/components/sponsor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const sponsors: SponsorData = {
name: "Lunar Café",
logo: "/assets/sponsors/lunar cafe.png",
link: "https://www.facebook.com/lunarcafebyusagiice/",
item: "Snacks",
},
{
id: "IBGL",
Expand Down Expand Up @@ -99,6 +100,20 @@ export const sponsors: SponsorData = {
link: "https://www.instagram.com/intania_production_house/",
item: "Photo Booth",
},
{
id: "wawasabii",
name: "wawasabii",
logo: "/assets/sponsors/wawasabii.png",
link: "https://wawasabii.com/",
item: "Snacks",
},
{
id: "lunar",
name: "Lunar Café",
logo: "/assets/sponsors/lunar cafe.png",
link: "https://www.facebook.com/lunarcafebyusagiice/",
item: "Snacks",
},
],
};

Expand Down

0 comments on commit 001a686

Please sign in to comment.