Skip to content

Commit 3cd3231

Browse files
committed
removing numbers
1 parent 6ef6abe commit 3cd3231

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

frontend/src/components/About/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const About = () => {
44
return (
55
<section className="py-8 xl:px-24 sm:px-10 px-5" id="about">
66
<div className="text-center my-10">
7-
<p className="text-[#3977F8] font-game text-xl">01</p>
87
<h2 className="font-bold text-6xl">ABOUT</h2>
98
</div>
109
<div className="flex justify-center items-center">

frontend/src/components/Navbar.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ const Navbar = () => {
2626
<div>
2727
<div className="md:flex xl:gap-18 lg:gap-10 md:gap-5 text-right font-bold hidden">
2828
<Link href="about">
29-
<div>{'//'} about us</div>
29+
<div className="text-xl">{'//'} about us</div>
3030
</Link>
3131
<Link href="events">
32-
<div>{'//'} events</div>
32+
<div className="text-xl">{'//'} events</div>
3333
</Link>
3434
<Link href="resources">
35-
<div>{'//'} resources</div>
35+
<div className="text-xl">{'//'} resources</div>
3636
</Link>
3737
<Link href="sponsors">
38-
<div>{'//'} sponsors</div>
38+
<div className="text-xl">{'//'} sponsors</div>
3939
</Link>
4040
</div>
4141
<div className="md:hidden xl:hidden lg:hidden text-right font-bold block">

0 commit comments

Comments
 (0)