Skip to content

Commit 9f9df5d

Browse files
committed
Add Connect page and update Navbar to include Connect links
1 parent 24a2e10 commit 9f9df5d

3 files changed

Lines changed: 624 additions & 30 deletions

File tree

src/App.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Homepage from './Homepage';
77
import Home from './Page/Home.jsx';
88
// NavBar Pages
99
import About from './Page/About.jsx';
10+
import Connect from './Page/Connect.jsx';
1011
import Contribution from './Page/Contribution.jsx';
1112
import SponsorUs from './Page/Sponsor.jsx';
1213
import DevSpring from './Page/DevSpring.jsx';
@@ -105,6 +106,7 @@ function App() {
105106
<Route path="/Home" element={<Home />} />
106107
{/* NavBar Pages */}
107108
<Route path="/About" element={<About />} />
109+
<Route path="/Connect" element={<Connect />} />
108110
<Route path="/Contribution" element={<Contribution />} />
109111
<Route path="/SponsorUs" element={<SponsorUs />} />
110112
<Route path="/DevSpring" element={<DevSpring />} />

0 commit comments

Comments
 (0)