From a65d6d9127c3fa7f6a8ecaec5d1ffd1f47c2bc98 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:08:53 +0300 Subject: refactor: port to typescript --- frontend/public/index.html | 30 +++++++++++++++++++++++++++++- frontend/public/manifest.json | 14 ++------------ frontend/public/vite.svg | 1 - 3 files changed, 31 insertions(+), 14 deletions(-) delete mode 100644 frontend/public/vite.svg (limited to 'frontend/public') diff --git a/frontend/public/index.html b/frontend/public/index.html index 2900a15..0bd6da2 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -2,14 +2,42 @@ + + + + - + Least Portals Hub
+ diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 080d6c7..6de3c1e 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -1,21 +1,11 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Least Portals Hub", + "name": "Least Portals Hub", "icons": [ { "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" - }, - { - "src": "logo192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" } ], "start_url": ".", diff --git a/frontend/public/vite.svg b/frontend/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/frontend/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file -- cgit v1.2.3