From db2b5e5a72a7bd519a3476a77470e42f3bed5d30 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 18 Jul 2023 14:17:24 -0400 Subject: Fonts and image changes --- components/PSA.js | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'components/PSA.js') diff --git a/components/PSA.js b/components/PSA.js index 8dad8b3..108924a 100644 --- a/components/PSA.js +++ b/components/PSA.js @@ -11,11 +11,16 @@ const PSA = () => { defaultStyle += ' ' + styleImportant break; case 1: + important = "Latest News:" + styleImportant = "bg-zinc-700" + defaultStyle += ' ' + styleImportant + break; + case 2: important = "WARNING!" styleImportant = "bg-yellow-700" defaultStyle += ' ' + styleImportant break; - case 2: + case 3: important = "EMERGENCY!" styleImportant = "bg-red-800" defaultStyle += ' ' + styleImportant @@ -29,11 +34,11 @@ const PSA = () => {

{psaMessage.announcement}

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

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

) -- cgit v1.2.3