From 971355cacc2ed2cec3c10f77096b443ee05ff151 Mon Sep 17 00:00:00 2001 From: Jatin Yadav Date: Fri, 14 Feb 2025 12:37:40 +0530 Subject: [PATCH] [FIX]: Removed Hash Router --- src/App.js | 2 +- src/components/Footer.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 094164f5..5fc1e520 100644 --- a/src/App.js +++ b/src/App.js @@ -1,5 +1,5 @@ import React from "react"; -import { HashRouter as Router, Routes, Route } from "react-router-dom"; +import { BrowserRouter as Router, Routes, Route } from "react-router-dom"; import Hero from "./components/Hero"; import Connectivity from "./components/Connectivity"; import Cyrene from "./components/Cyrene"; diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 181d02dd..31916f66 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -25,7 +25,7 @@ const Footer = () => { (item, index) => (