diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-12-09 16:37:54 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-12-09 16:39:34 -0500 |
| commit | 94327ada987d392f2e2bb148f597c38f57de86ec (patch) | |
| tree | 463d237a9b6c65756a2d9eaa8a1ac6057996c380 /app/components | |
| parent | fe5243412d918b1ff843d8986f514f732548c6ee (diff) | |
| download | alure-website-94327ada987d392f2e2bb148f597c38f57de86ec.tar.gz alure-website-94327ada987d392f2e2bb148f597c38f57de86ec.tar.bz2 alure-website-94327ada987d392f2e2bb148f597c38f57de86ec.zip | |
Some tweaks to the footer and PSA
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/PSA.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 = () => { <p className="text-blue-200 hover:text-blue-500 active:text-blue-700"> {psaMessage.link && ( <Link href={psaMessage.link}> - Learn more ↗ + Learn more </Link> )}</p> </div> |
