Moved donate modal to its own route

Changed routes to be kebab case instead of camel case
This commit is contained in:
Mitchell McCaffrey
2020-10-16 22:09:36 +11:00
parent becb2bfaad
commit 5b9cabf532
9 changed files with 210 additions and 150 deletions
+2 -2
View File
@@ -24,10 +24,10 @@ function Footer() {
<Link m={2} to="/faq" variant="footer">
FAQ
</Link>
<Link m={2} to="/releaseNotes" variant="footer">
<Link m={2} to="/release-notes" variant="footer">
Release Notes
</Link>
<Link m={2} to="/howTo" variant="footer">
<Link m={2} to="/how-to" variant="footer">
How To
</Link>
</Flex>