Skip to content

Commit f2a5b00

Browse files
committed
fix(project): cleanup and aesthetics
1 parent 033fb5f commit f2a5b00

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

components/Navbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Navbar = () => {
2020
</Link>
2121
<Link href={"/#members"}>
2222
<a>
23-
<li>Memberss</li>
23+
<li>Members</li>
2424
</a>
2525
</Link>
2626
<Link href={"/#events"}>
@@ -46,7 +46,7 @@ const Navbar = () => {
4646
</ul>
4747
</div>
4848
<div>
49-
<button class="flex mx-auto bg-gray-300 border-0 py-[10px] px-[33px] focus:outline-none hover:bg-gray-600 hover:text-white rounded text-lg">
49+
<button className="flex mx-auto bg-gray-300 border-0 py-[10px] px-[33px] focus:outline-none hover:bg-gray-600 hover:text-white rounded text-lg">
5050
Join Community
5151
</button>
5252
</div>

pages/_document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class MyDocument extends Document {
6161
/>
6262
<link rel="icon" href="/favicon.ico" />
6363
<link rel="preconnect" href="https://fonts.googleapis.com" />
64-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
64+
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin />
6565
<link
6666
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800;900&display=swap"
6767
rel="stylesheet"

0 commit comments

Comments
 (0)