Skip to content

Commit

Permalink
feat: fixing change from about page directly
Browse files Browse the repository at this point in the history
  • Loading branch information
dreymoreau committed Jul 5, 2024
1 parent 9ec8484 commit 4cb6bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import logo from '../assets/images/logo.png';
<div class="centerElements">
<Image src={logo} alt="Toronto JS Logo" class="resizeImage" />
</div>
<div id="contents">
<div id="contents" class="centerElements">
<p class="font-bold text-mainRed">
You may be asking.....what is all of this? We aren't really sure
frankly, if we are being honest with you... What we do know
Expand Down

0 comments on commit 4cb6bc9

Please sign in to comment.