From ee7e8ef33c672c7e8da4b35e3dc4928dccddaf38 Mon Sep 17 00:00:00 2001 From: aarbit Date: Thu, 13 Feb 2025 18:37:22 -0600 Subject: [PATCH] Adds custom favicon --- index.html | 2 +- public/matrix-mod-logo.svg | 14 ++++++++++++++ public/vite.svg | 1 - 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 public/matrix-mod-logo.svg delete mode 100644 public/vite.svg diff --git a/index.html b/index.html index 75d827c..8e6fc95 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Matrix 1000 Patch Selector diff --git a/public/matrix-mod-logo.svg b/public/matrix-mod-logo.svg new file mode 100644 index 0000000..2037ab3 --- /dev/null +++ b/public/matrix-mod-logo.svg @@ -0,0 +1,14 @@ + + + + + + + + + + \ 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