summaryrefslogtreecommitdiffstats
path: root/ui/src/components/footer.tsx
diff options
context:
space:
mode:
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>