From 2a6675624edaf723361147a3e9b93094fb8298a3 Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Sun, 15 Mar 2026 12:41:50 +0000 Subject: [PATCH 1/2] [#114] Fix footer copyright text WCAG AA contrast Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index f53d9bdd..8e6ee7d1 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -25,7 +25,7 @@ export function Footer() { built on Base -
+
$ PlotLink © {new Date().getFullYear()}
From 15b4cc282b7f99c432ffa008c6efd581f98829a8 Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Sun, 15 Mar 2026 12:44:54 +0000 Subject: [PATCH 2/2] [#114] Use text-neutral-400 for WCAG AA compliant contrast Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 8e6ee7d1..b2a0ccd8 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -25,7 +25,7 @@ export function Footer() { built on Base -
+
$ PlotLink © {new Date().getFullYear()}