From 63b09800ed43fa24a5b0d9b2c0910d1ea5d8b520 Mon Sep 17 00:00:00 2001 From: SySagar Date: Sun, 24 Sep 2023 19:16:08 +0530 Subject: [PATCH] chore:favicon --- package.json | 2 ++ public/vite.svg | 18 +++++++++++++++++- src/layout/headeroptions/Header.tsx | 3 ++- src/layout/headeroptions/HeaderActions.tsx | 3 ++- src/main.tsx | 4 ++++ 5 files changed, 27 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e464190..9ab97de 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-elastic-carousel": "^0.11.5", + "react-helmet": "^6.1.0", "react-hot-toast": "^2.4.1", "react-icons": "^4.10.1", "react-lottie": "^1.2.3", @@ -47,6 +48,7 @@ "@types/js-cookie": "^3.0.3", "@types/react": "^18.2.14", "@types/react-dom": "^18.2.6", + "@types/react-helmet": "^6.1.6", "@types/react-lottie": "^1.2.6", "@types/uuid": "^9.0.2", "@typescript-eslint/eslint-plugin": "^5.61.0", diff --git a/public/vite.svg b/public/vite.svg index e7b8dfb..f3cb2a3 100644 --- a/public/vite.svg +++ b/public/vite.svg @@ -1 +1,17 @@ - \ No newline at end of file + + + + + + + + diff --git a/src/layout/headeroptions/Header.tsx b/src/layout/headeroptions/Header.tsx index bca4de3..feac887 100644 --- a/src/layout/headeroptions/Header.tsx +++ b/src/layout/headeroptions/Header.tsx @@ -8,7 +8,7 @@ export default function Header() { diff --git a/src/layout/headeroptions/HeaderActions.tsx b/src/layout/headeroptions/HeaderActions.tsx index e2b84bd..bd041dc 100644 --- a/src/layout/headeroptions/HeaderActions.tsx +++ b/src/layout/headeroptions/HeaderActions.tsx @@ -252,8 +252,9 @@ const UnauthorizedActions = () => {