diff --git a/components/JamLogo64x64.tsx b/components/JamLogo64x64.tsx index 9aeb55bb..d583e980 100644 --- a/components/JamLogo64x64.tsx +++ b/components/JamLogo64x64.tsx @@ -1,13 +1,20 @@ export const JamLogo64x64 = () => { - const logoUrl = "https://storage.googleapis.com/jam-assets/jam-logo.webp"; - return ( - Jam Logo +
+ Jam Logo + Jam Logo +
); }; diff --git a/components/SquareCard.tsx b/components/SquareCard.tsx index c6b3f75e..7ad3f425 100644 --- a/components/SquareCard.tsx +++ b/components/SquareCard.tsx @@ -37,28 +37,28 @@ const JamLogo = () => { xmlns="http://www.w3.org/2000/svg" > ); diff --git a/public/icons/jam-logo-mark-full-color-for-dark-background-128x128.png b/public/icons/jam-logo-mark-full-color-for-dark-background-128x128.png new file mode 100644 index 00000000..0e4dd18c Binary files /dev/null and b/public/icons/jam-logo-mark-full-color-for-dark-background-128x128.png differ diff --git a/public/icons/jam-logo-mark-full-color-for-light-background-128x128.png b/public/icons/jam-logo-mark-full-color-for-light-background-128x128.png new file mode 100644 index 00000000..89f7f99d Binary files /dev/null and b/public/icons/jam-logo-mark-full-color-for-light-background-128x128.png differ