File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ function App() {
18
18
< section id = "about" >
19
19
< About />
20
20
</ section >
21
- < section id = "what-we-do" >
22
- < WhatWeDo />
23
- </ section >
24
21
</ div >
25
22
< section id = "events" >
26
23
< Events />
27
24
</ section >
25
+ < section id = "what-we-do" >
26
+ < WhatWeDo />
27
+ </ section >
28
28
< section id = "code-of-conduct" >
29
29
< CodeofConduct />
30
30
</ section >
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ export default function Header() {
28
28
< Nav className = "justify-content-end flex-grow-1 pe-3 pl-3 pr-3" >
29
29
< Nav . Link href = "#top" className = "text-white scroll-to-section active" > Home</ Nav . Link >
30
30
< 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 >
32
31
< 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 >
33
33
< Nav . Link href = "#code-of-conduct" className = "text-white scroll-to-section" > Code of Conduct</ Nav . Link >
34
34
</ Nav >
35
35
< a href = "#contact-us" >
You can’t perform that action at this time.
0 commit comments