From 1615d30e71acb088a8aef652fe28092131a2c698 Mon Sep 17 00:00:00 2001 From: Md Asif Date: Tue, 1 Oct 2024 00:16:16 +0530 Subject: [PATCH] changed title and favicon to IPKS design --- index.html | 4 ++-- public/ipks_logo.svg | 21 +++++++++++++++++++++ src/components/Footer.jsx | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 public/ipks_logo.svg diff --git a/index.html b/index.html index 0c589ec..409abfa 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Vite + React + IPKS | Development
diff --git a/public/ipks_logo.svg b/public/ipks_logo.svg new file mode 100644 index 0000000..a309b02 --- /dev/null +++ b/public/ipks_logo.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index c36945a..f7e4fe8 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -2,7 +2,7 @@ function Footer() { return ( ); }