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 ( ); }