From 54b10d2c316964fe65487582e0b65e1094e27b6d Mon Sep 17 00:00:00 2001 From: FatttSnake Date: Tue, 5 Sep 2023 22:21:08 +0800 Subject: [PATCH] Change logo and title --- index.html | 4 ++-- public/logo.svg | 1 + public/vite.svg | 1 - src/assets/svg/logo.svg | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 public/logo.svg delete mode 100644 public/vite.svg create mode 100644 src/assets/svg/logo.svg diff --git a/index.html b/index.html index fdacc4a..93b7658 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Vite + React + TS + FatWeb
diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..e2769cb --- /dev/null +++ b/public/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file 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/assets/svg/logo.svg b/src/assets/svg/logo.svg new file mode 100644 index 0000000..243d161 --- /dev/null +++ b/src/assets/svg/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file