Skip to content

Commit

Permalink
chore: fix image path
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Jun 28, 2024
1 parent 001a686 commit a54fb0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes
4 changes: 2 additions & 2 deletions src/components/sponsor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const sponsors: SponsorData = {
{
id: "lunar",
name: "Lunar Café",
logo: "/assets/sponsors/lunar cafe.png",
logo: "/assets/sponsors/lunarcafe.jpg",
link: "https://www.facebook.com/lunarcafebyusagiice/",
item: "Snacks",
},
Expand Down Expand Up @@ -110,7 +110,7 @@ export const sponsors: SponsorData = {
{
id: "lunar",
name: "Lunar Café",
logo: "/assets/sponsors/lunar cafe.png",
logo: "/assets/sponsors/lunarcafe.jpg",
link: "https://www.facebook.com/lunarcafebyusagiice/",
item: "Snacks",
},
Expand Down

0 comments on commit a54fb0e

Please sign in to comment.