From 2fa59f0cd46a545604d1da985a423ed78cd2f890 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 4 Sep 2026 09:51:46 -0500 Subject: [PATCH] Fix double arrow on about/static back-home links. Co-authored-by: Cursor --- frontend/src/components/AboutClient.tsx | 2 +- frontend/src/components/StaticPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/AboutClient.tsx b/frontend/src/components/AboutClient.tsx index a55f6e8..5b10c94 100644 --- a/frontend/src/components/AboutClient.tsx +++ b/frontend/src/components/AboutClient.tsx @@ -12,7 +12,7 @@ export default function AboutClient() {
{A.tag} diff --git a/frontend/src/components/StaticPage.tsx b/frontend/src/components/StaticPage.tsx index 6f3b22b..e983018 100644 --- a/frontend/src/components/StaticPage.tsx +++ b/frontend/src/components/StaticPage.tsx @@ -9,7 +9,7 @@ export default function StaticPage({ page }: { page: StaticPageDef }) { return (
{page.tag}