summary refs log tree commit diff
path: root/components/layout/Footer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/Footer.tsx')
-rw-r--r--components/layout/Footer.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx
index 3ea7990..f4917b7 100644
--- a/components/layout/Footer.tsx
+++ b/components/layout/Footer.tsx
@@ -1,3 +1,5 @@
+import Link from 'next/link'
+
 export default function Footer() {
   return (
     <footer>
@@ -7,7 +9,7 @@ export default function Footer() {
         <a target="_blank" href="https://webring.umbreon.online/">webring</a>
         <a style={{ textDecoration: 'none' }} href="https://webring.umbreon.online/next?from=https://tempest.dev">&gt;</a>
       </span>
-      <a href="/pay-transparency">Pay Transparency</a>
+      <Link href="/pay-transparency">Pay Transparency</Link>
     </footer>
   )
 }