diff options
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> |
