From 8fdb7346b6eec694e2cb05dcc66cd03874ee9cc5 Mon Sep 17 00:00:00 2001 From: almazlar Date: Mon, 23 Feb 2026 00:15:43 +0300 Subject: [PATCH] fix: Update favicon and change icon link in index.html --- index.html | 4 ++-- public/favicon.svg | 1 + public/vite.svg | 1 - src/assets/react.svg | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 public/favicon.svg delete mode 100644 public/vite.svg delete mode 100644 src/assets/react.svg diff --git a/index.html b/index.html index 268398a..1377d84 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - ai-vision + Eye
diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..f8b89f6 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1 @@ + \ 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/assets/react.svg b/src/assets/react.svg deleted file mode 100644 index 6c87de9..0000000 --- a/src/assets/react.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file