From 89c6abd33b2c94649bba8d6c28bf6920c1287a17 Mon Sep 17 00:00:00 2001 From: TZGyn Date: Tue, 12 Sep 2023 19:56:04 +0800 Subject: [PATCH] Update metadata --- react-frontend/index.html | 27 ++++++++++++------- .../{src/assets => public}/react.svg | 0 2 files changed, 17 insertions(+), 10 deletions(-) rename react-frontend/{src/assets => public}/react.svg (100%) diff --git a/react-frontend/index.html b/react-frontend/index.html index e4b78ea..9272151 100644 --- a/react-frontend/index.html +++ b/react-frontend/index.html @@ -1,13 +1,20 @@ - - - - - Vite + React + TS - - -
- - + + + + + Shortener + + +
+ + diff --git a/react-frontend/src/assets/react.svg b/react-frontend/public/react.svg similarity index 100% rename from react-frontend/src/assets/react.svg rename to react-frontend/public/react.svg