diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-07-18 12:12:35 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-07-18 12:15:23 -0400 |
| commit | 3c80755e70aa85daa59edc5dbe200400894254c7 (patch) | |
| tree | 2f27b203b06dfbc68ab046bbf356a521e62ed0c8 /components/PSA.js | |
| parent | f6cc64b3b36836ced50c2f7d089b52e9e329b666 (diff) | |
| download | alure-website-3c80755e70aa85daa59edc5dbe200400894254c7.tar.gz alure-website-3c80755e70aa85daa59edc5dbe200400894254c7.tar.bz2 alure-website-3c80755e70aa85daa59edc5dbe200400894254c7.zip | |
Added latest news; Some font changes; Some tweaks
Diffstat (limited to 'components/PSA.js')
| -rw-r--r-- | components/PSA.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/components/PSA.js b/components/PSA.js index 8dad8b3..06bf9ba 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 |
