From 3ed614760e20ce2fbdb10756491e970adee26a65 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Mon, 10 Mar 2025 15:22:55 -0700 Subject: [PATCH] feat: Add LangGraph logo for favicon --- index.html | 2 +- public/logo.svg | 8 ++++++++ public/vite.svg | 1 - src/assets/react.svg | 1 - 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 public/logo.svg delete mode 100644 public/vite.svg delete mode 100644 src/assets/react.svg diff --git a/index.html b/index.html index 790eb70..0b1595b 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Chat LangGraph diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..5d168a9 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,8 @@ + \ 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