Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zksquirrel authored Oct 26, 2024
1 parent cdd932e commit 9ae83b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/map/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ type BrandSpednType = Record<string, string>;

const brandSpedn: BrandSpednType = {
BancoAgricola: "./spedn/BancoAgricola.png",
BarnesAndNoble: "./spedn/BarnesAndNoble.png",
BarnesAndNoble: "./spedn/BarnesandNoble.png",
BaskinRobbins: "/spedn/BaskinRobbins.png",
Chipotle: "/spedn/Chipotle.png",
CoCoBubbleTea: "/spedn/CoCoBubbleTea.png",
TheCoffeeBean: "/spedn/TheCoffeeBean.png",
FamousFootwear: "/spedn/FamousFootwear.png",
Fresh: "/spedn/Fresh.png",
GameStop: "/spedn/GameStop.png",
GameStop: "/spedn/Gamestop.png",
InternationalShoppes: "/spedn/InternationalShoppes.png",
Kiehls: "/spedn/Kiehls.png",
LuxuryBeautyStore: "/spedn/LuxuryBeautyStore.png",
Expand Down

0 comments on commit 9ae83b3

Please sign in to comment.