Skip to content

Commit 58a4cc5

Browse files
authored
Merge pull request #49 from orama254/develop
minor code cleanup
2 parents 033fb5f + ff69b9f commit 58a4cc5

3 files changed

Lines changed: 5923 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>

0 commit comments

Comments
 (0)