Skip to content

Commit a713fa4

Browse files
Re-arrange Events and What we do section
1 parent 94a0f49 commit a713fa4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ function App() {
1818
<section id="about">
1919
<About />
2020
</section>
21-
<section id="what-we-do">
22-
<WhatWeDo />
23-
</section>
2421
</div>
2522
<section id="events">
2623
<Events />
2724
</section>
25+
<section id="what-we-do">
26+
<WhatWeDo />
27+
</section>
2828
<section id="code-of-conduct">
2929
<CodeofConduct />
3030
</section>

src/views/header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export default function Header() {
2828
<Nav className="justify-content-end flex-grow-1 pe-3 pl-3 pr-3">
2929
<Nav.Link href="#top" className="text-white scroll-to-section active">Home</Nav.Link>
3030
<Nav.Link href="#about" className="text-white scroll-to-section">About</Nav.Link>
31-
<Nav.Link href="#what-we-do" className="text-white scroll-to-section">What We Do</Nav.Link>
3231
<Nav.Link href="#events" className="text-white scroll-to-section">Events</Nav.Link>
32+
<Nav.Link href="#what-we-do" className="text-white scroll-to-section">What We Do</Nav.Link>
3333
<Nav.Link href="#code-of-conduct" className="text-white scroll-to-section">Code of Conduct</Nav.Link>
3434
</Nav>
3535
<a href="#contact-us">

0 commit comments

Comments
 (0)