aboutsummaryrefslogtreecommitdiff
path: root/components/footer.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-05-18 16:40:46 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-05-18 16:40:46 -0400
commitb12ffd27f3f2a4c4f8fac80667357002ad274ecc (patch)
tree82332e8953d1678ade2d54d46745dd967ad7257f /components/footer.js
parent1f44ee7eb172f7f17891325db24c685adcfa16a3 (diff)
downloadsei-website-b12ffd27f3f2a4c4f8fac80667357002ad274ecc.tar.gz
sei-website-b12ffd27f3f2a4c4f8fac80667357002ad274ecc.tar.bz2
sei-website-b12ffd27f3f2a4c4f8fac80667357002ad274ecc.zip
A couple of fixes
Diffstat (limited to 'components/footer.js')
-rw-r--r--components/footer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/footer.js b/components/footer.js
index defef0d..59c5f7a 100644
--- a/components/footer.js
+++ b/components/footer.js
@@ -2,7 +2,7 @@ export default function Footer() {
return (
<>
<footer>
-<p class="text-center text-slate-800 hover:text-slate-500 transition duration-150 ease-out hover:ease-in">This website was created for the Southeastern Government of BNBMC, a fictional world created within Minecraft. The content you see on this website should NOT be taken seriously. With design work by <a href="https://nosi.uk/">Tomas North</a>.</p>
+<p className="text-center text-slate-800 hover:text-slate-500 transition duration-150 ease-out hover:ease-in">This website was created for the Southeastern Government of BNBMC, a fictional world created within Minecraft. The content you see on this website should NOT be taken seriously. With design work by <a href="https://nosi.uk/">Tomas North</a>.</p>
</footer>
</>
)