From 39c5a5deaf897b8481cff37830c2fd1277de4659 Mon Sep 17 00:00:00 2001 From: zojgame Date: Mon, 4 Mar 2024 17:41:39 +0500 Subject: [PATCH] logo + title change --- index.html | 4 ++-- public/logo.svg | 35 +++++++++++++++++++++++++++++++++++ public/vite.svg | 1 - 3 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 public/logo.svg delete mode 100644 public/vite.svg diff --git a/index.html b/index.html index 7e42895..1de2b6f 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Vite + React + TS + Baniyas North
diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..1d30895 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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