From 1b67be3a8fd733a6d314a437e20ca43aca67c33a Mon Sep 17 00:00:00 2001 From: aarbit Date: Mon, 3 Jun 2024 08:32:49 -0500 Subject: [PATCH] Adds a custom logo for the app icon --- index.html | 2 +- public/prettyplayer-logo.svg | 12 ++++++++++++ public/vite.svg | 1 - src/App.css | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 public/prettyplayer-logo.svg delete mode 100644 public/vite.svg diff --git a/index.html b/index.html index 52da1fa..6f4a535 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Pretty Player diff --git a/public/prettyplayer-logo.svg b/public/prettyplayer-logo.svg new file mode 100644 index 0000000..1ca7e4b --- /dev/null +++ b/public/prettyplayer-logo.svg @@ -0,0 +1,12 @@ + + + + + + + \ 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/App.css b/src/App.css index f05020e..d7fd54e 100644 --- a/src/App.css +++ b/src/App.css @@ -1,6 +1,6 @@ #root { margin: 0 auto; - padding: 0rem; + padding: 0; text-align: center; }