From 0b867cfea8345a4f4ea7a12ae8929ed251f6896a Mon Sep 17 00:00:00 2001 From: Dan Kotowski Date: Sun, 7 May 2023 03:49:21 -0500 Subject: [PATCH] Update favicon --- index.html | 2 +- public/favicon.svg | 17 +++++++++++++++++ public/vite.svg | 1 - 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 public/favicon.svg delete mode 100644 public/vite.svg diff --git a/index.html b/index.html index e4c439e..f1d91d8 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Dan Kotowski - Web Software Engineer diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..963fd38 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,17 @@ + + + + + + + + + \ 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