From 6dc78cf90be0fee4cfdeccd7cee8eed0d61ec6c0 Mon Sep 17 00:00:00 2001 From: nachat-ayoub Date: Sat, 17 Feb 2024 01:31:39 +0100 Subject: [PATCH] update navbar --- index.html | 2 +- public/WYR-Logo.svg | 12 ++++++++++++ public/vite.svg | 1 - src/app.tsx | 20 +++++++++++++++----- src/assets/preact.svg | 1 - 5 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 public/WYR-Logo.svg delete mode 100644 public/vite.svg delete mode 100644 src/assets/preact.svg diff --git a/index.html b/index.html index a27eb92..0291731 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Would You Rather? Shorts Generator diff --git a/public/WYR-Logo.svg b/public/WYR-Logo.svg new file mode 100644 index 0000000..06bbc67 --- /dev/null +++ b/public/WYR-Logo.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/app.tsx b/src/app.tsx index 76de458..03b0a8f 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -15,7 +15,7 @@ export function App() {