From f8e26479d9bdace8fce9cf0625ffe840ca5d1677 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Tue, 19 Nov 2024 14:02:51 -0800 Subject: [PATCH] switch favicon --- client/index.html | 2 +- client/public/mcp.svg | 12 ++++++++++++ client/public/vite.svg | 1 - client/src/assets/react.svg | 1 - 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 client/public/mcp.svg delete mode 100644 client/public/vite.svg delete mode 100644 client/src/assets/react.svg diff --git a/client/index.html b/client/index.html index 07f62fe..00f5600 100644 --- a/client/index.html +++ b/client/index.html @@ -2,7 +2,7 @@ - + MCP Inspector diff --git a/client/public/mcp.svg b/client/public/mcp.svg new file mode 100644 index 0000000..03d9f85 --- /dev/null +++ b/client/public/mcp.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/client/public/vite.svg b/client/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/client/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/client/src/assets/react.svg b/client/src/assets/react.svg deleted file mode 100644 index 6c87de9..0000000 --- a/client/src/assets/react.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file