From ae038f79e26849d8f5679efc8e97e011d45f2a33 Mon Sep 17 00:00:00 2001 From: Jared Pereira Date: Thu, 21 May 2026 14:44:28 -0400 Subject: [PATCH] wire up footer links --- app/about/Footer.tsx | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/app/about/Footer.tsx b/app/about/Footer.tsx index 15842157..fd19623a 100644 --- a/app/about/Footer.tsx +++ b/app/about/Footer.tsx @@ -1,3 +1,5 @@ +import { SpeedyLink } from "components/SpeedyLink"; + export const Footer = () => { return (
@@ -5,17 +7,24 @@ export const Footer = () => {
Explore -
Reader
-
Manual
+ Reader
Contact -
Email
-
Bluesky
+ Email + + Bluesky +
Other -
Terms
+ + Terms +
-- 2.51.2