File tree 2 files changed +9
-11
lines changed
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -69,24 +69,22 @@ function App() {
69
69
< Route exact path = "/ContactUs" component = { ContactUs } />
70
70
71
71
{ /* Election Routes */ }
72
- < Route exact path = "/nominations" component = { Nominations } />
72
+ { /* <Route exact path="/nominations" component={Nominations} />
73
73
<Route exact path="/elections" component={Elections} />
74
+ <Route exact path="/elections/candidates" component={ElectionCandidates} /> */ }
74
75
75
76
{ /* FAQ Route */ }
76
77
< Route exact path = "/faq" component = { FAQ } />
78
+
79
+ { /* Certifgen2.0 Route */ }
80
+ < Route exact path = "/certifgen/view/:id" component = { ViewCertificate } />
81
+
77
82
{ /* 404 - Not Found Route */ }
78
83
{ /* <Route component={NotFound} /> */ }
79
84
80
85
{ /* Live Scoreboard Route */ }
81
86
{ /* <Route exact path="/livescoreboard" component={LiveScoreboard} /> */ }
82
87
83
- < Route
84
- exact
85
- path = "/elections/candidates"
86
- component = { ElectionCandidates }
87
- />
88
-
89
- < Route exact path = "/certifgen/view/:id" component = { ViewCertificate } />
90
88
{ /* Other Routes */ }
91
89
{ /*<Route exact path="/gallery" component={Gallery} /> */ }
92
90
</ Switch >
Original file line number Diff line number Diff line change @@ -134,16 +134,16 @@ export default function Navbar() {
134
134
</ NavLink >
135
135
</ li >
136
136
137
- { /* NOMINATIONS */ }
138
- < li className = { Styles . navItem } >
137
+ { /* ELECTIONS */ }
138
+ { /* <li className={Styles.navItem}>
139
139
<NavLink
140
140
to="/elections"
141
141
className={Styles.navLinks}
142
142
activeClassName={Styles.acitveLink}
143
143
>
144
144
Elections
145
145
</NavLink>
146
- </ li >
146
+ </li> */ }
147
147
148
148
{ /* NOMINATIONS */ }
149
149
< li className = { Styles . navItem } >
You can’t perform that action at this time.
0 commit comments