Skip to content

Commit 0df26f3

Browse files
committed
changed casing of contact us
1 parent a682e27 commit 0df26f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const Navbar = () => {
4343
</Link>
4444
<Link href="contact">
4545
<p className="text-[0.6rem] text-[#C4C5C8]">04</p>
46-
<div>{'//'} Contact Us</div>
46+
<div>{'//'} contact Us</div>
4747
</Link>
4848
</div>
4949
<div className="md:hidden xl:hidden lg:hidden text-right font-bold block">

0 commit comments

Comments
 (0)