diff --git a/index.html b/index.html index d7e4606..63cba1e 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,6 @@ - DS3 @ UCSD diff --git a/src/Components/Page/Footer.tsx b/src/Components/Page/Footer.tsx index 2c598fe..6b84d4f 100644 --- a/src/Components/Page/Footer.tsx +++ b/src/Components/Page/Footer.tsx @@ -1,5 +1,6 @@ import { FaDiscord, FaGithub, FaLinkedinIn } from "react-icons/fa6"; import { SiGmail } from "react-icons/si"; +import { baseURL } from "../../Utils/info"; const Footer = () => { const btnClass = @@ -8,7 +9,7 @@ const Footer = () => { return (
- DS3 Logo + DS3 Logo
© 2024 Data Science Student Society, All Rights Reserved
diff --git a/src/Components/Page/Navbar.tsx b/src/Components/Page/Navbar.tsx index 466289f..8f9569d 100644 --- a/src/Components/Page/Navbar.tsx +++ b/src/Components/Page/Navbar.tsx @@ -1,4 +1,5 @@ import { useNavigate } from "react-router-dom"; +import { baseURL } from "../../Utils/info"; const Navbar = () => { const navigate = useNavigate(); @@ -8,7 +9,7 @@ const Navbar = () => { return (