aboutsummaryrefslogtreecommitdiff
path: root/pages/guidelines.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-05-28 18:34:20 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-05-28 18:39:30 -0400
commitac808175a29b0d5b311b3bb6d18df7872830abb6 (patch)
tree1db44ad1d2215e6392620a23606965bd190ee84b /pages/guidelines.js
parentb176b9633e09313ffe15136fb4c357289aef47dc (diff)
downloadpersonal-website-ac808175a29b0d5b311b3bb6d18df7872830abb6.tar.gz
personal-website-ac808175a29b0d5b311b3bb6d18df7872830abb6.tar.bz2
personal-website-ac808175a29b0d5b311b3bb6d18df7872830abb6.zip
Fixed certain image issues
Diffstat (limited to 'pages/guidelines.js')
-rw-r--r--pages/guidelines.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/guidelines.js b/pages/guidelines.js
index 890df07..61bed3d 100644
--- a/pages/guidelines.js
+++ b/pages/guidelines.js
@@ -10,7 +10,7 @@ export default function Guidelines() {
<div className="font-hack bg-material-gray text-white px-5 py-6 space-y-5 flex flex-col">
<div id="top"/>
<div className="flex flex-col text-center justify-center items-center space-y-2">
- <Image src="/Alee.svg" alt="Alee Logo" width={128} height={128} />
+ <Image src="/Alee.png" alt="Alee Logo" className="rounded-full" width={150} height={150} />
<h1 className="text-4xl font-bold">Andrew Lee Projects Guidelines</h1>
</div>
<p>These guidelines are set in place to ensure you have a great time being part of our community/services.</p>