Fix navbar highlight for Organized Content sections (#182)
Also fixes the navbar highlight for the different Advice sections. Closes #181 Co-authored-by: Amy <a258wang@uwaterloo.ca> Reviewed-on: #182 Reviewed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca> Co-authored-by: Amy <a258wang@csclub.uwaterloo.ca> Co-committed-by: Amy <a258wang@csclub.uwaterloo.ca>pull/263/head
parent
485230c95a
commit
0bb8049db3
@ -1,4 +1,4 @@ |
||||
## Coop Advice |
||||
## Co-op Advice |
||||
|
||||
Although WaterlooWorks is quite reliable, there are many more opportunities outside of the job board. |
||||
Being able to apply for jobs externally not only prepares you to look for jobs full time but it also |
@ -0,0 +1,10 @@ |
||||
import Head from "next/head"; |
||||
import React from "react"; |
||||
|
||||
export default function AdviceRedirect() { |
||||
return ( |
||||
<Head> |
||||
<meta httpEquiv="refresh" content="0;url=/resources/advice/co-op" /> |
||||
</Head> |
||||
); |
||||
} |
Loading…
Reference in new issue