From 94327ada987d392f2e2bb148f597c38f57de86ec Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 9 Dec 2023 16:37:54 -0500 Subject: Some tweaks to the footer and PSA --- app/components/PSA.js | 2 +- app/layout.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/components/PSA.js b/app/components/PSA.js index ee20683..f5193a8 100644 --- a/app/components/PSA.js +++ b/app/components/PSA.js @@ -36,7 +36,7 @@ const PSA = () => {

{psaMessage.link && ( - Learn more ↗ + Learn more )}

diff --git a/app/layout.js b/app/layout.js index c20b36d..d1a6118 100644 --- a/app/layout.js +++ b/app/layout.js @@ -25,7 +25,7 @@ export default function RootLayout({ children }) { {children} -- cgit v1.2.3