From ef42f24ab514ca40032fddedd71cf4b3031218d2 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 10 Jun 2024 14:54:58 +0100 Subject: [PATCH] add new ASI logo * add throughout UI as token logo * add all favicon files, social image --- app/layout.tsx | 5 + .../HankenGrotesk-Bold.ttf | Bin 66512 -> 0 bytes .../HankenGrotesk-Regular.ttf | Bin 66580 -> 0 bytes app/opengraph-image.png | Bin 0 -> 48058 bytes app/opengraph-image.tsx | 102 ------------------ app/xxxopengraph-image.png | Bin 45969 -> 0 bytes components/Header/Header.module.css | 24 ++++- components/Header/Header.tsx | 7 +- components/Logo/Logo.tsx | 16 +++ components/Logo/index.tsx | 1 + components/TokenLogo/TokenLogo.module.css | 3 +- components/TokenLogo/TokenLogo.tsx | 5 +- content.md | 2 +- .../strategies/components/Result/Result.tsx | 2 +- images/asi.png | Bin 0 -> 542 bytes public/apple-touch-icon.png | Bin 0 -> 2672 bytes public/favicon.ico | Bin 0 -> 3382 bytes public/favicon.svg | 27 +++++ public/manifest/icon-192.png | Bin 0 -> 2000 bytes public/manifest/icon-512.png | Bin 0 -> 5599 bytes public/manifest/manifest.webmanifest | 18 ++++ styles/_variables.css | 3 +- 22 files changed, 103 insertions(+), 112 deletions(-) delete mode 100644 app/opengraph-image-assets/HankenGrotesk-Bold.ttf delete mode 100644 app/opengraph-image-assets/HankenGrotesk-Regular.ttf create mode 100644 app/opengraph-image.png delete mode 100644 app/opengraph-image.tsx delete mode 100644 app/xxxopengraph-image.png create mode 100644 components/Logo/Logo.tsx create mode 100644 components/Logo/index.tsx create mode 100644 images/asi.png create mode 100644 public/apple-touch-icon.png create mode 100644 public/favicon.ico create mode 100644 public/favicon.svg create mode 100644 public/manifest/icon-192.png create mode 100644 public/manifest/icon-512.png create mode 100644 public/manifest/manifest.webmanifest diff --git a/app/layout.tsx b/app/layout.tsx index 7c6de7b..78b9682 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -19,6 +19,11 @@ export default function RootLayout({ return ( + + + + + {isProduction ? (