summaryrefslogtreecommitdiffstats
path: root/ui/src/components/footer.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-04-23 20:17:02 -0700
committerDessalines <tyhou13@gmx.com>2019-04-23 20:17:02 -0700
commitc9dce03b23576656f9583179c89de78bedfd088a (patch)
tree7fb5db7815013cefe0f86bec50b37bf862a9d068 /ui/src/components/footer.tsx
parenta63741f7e12303ddddd47c516bc4a40fda392c78 (diff)
Adding a sponsors page.
Diffstat (limited to 'ui/src/components/footer.tsx')
-rw-r--r--ui/src/components/footer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/footer.tsx b/ui/src/components/footer.tsx
index cb8b6ea1..3f6288ff 100644
--- a/ui/src/components/footer.tsx
+++ b/ui/src/components/footer.tsx
@@ -22,7 +22,7 @@ export class Footer extends Component<any, any> {
<Link class="nav-link" to="/modlog">Modlog</Link>
</li>
<li class="nav-item">
- <a class="nav-link" href={`${repoUrl}#support`}>Contribute</a>
+ <Link class="nav-link" to="/sponsors">Sponsors</Link>
</li>
<li class="nav-item">
<a class="nav-link" href={repoUrl}>Code</a>