File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ const About = () => {
4
4
return (
5
5
< section className = "py-8 xl:px-24 sm:px-10 px-5" id = "about" >
6
6
< div className = "text-center my-10" >
7
- < p className = "text-[#3977F8] font-game text-xl" > 01</ p >
8
7
< h2 className = "font-bold text-6xl" > ABOUT</ h2 >
9
8
</ div >
10
9
< div className = "flex justify-center items-center" >
Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ const Navbar = () => {
26
26
< div >
27
27
< div className = "md:flex xl:gap-18 lg:gap-10 md:gap-5 text-right font-bold hidden" >
28
28
< Link href = "about" >
29
- < div > { '//' } about us</ div >
29
+ < div className = "text-xl" > { '//' } about us</ div >
30
30
</ Link >
31
31
< Link href = "events" >
32
- < div > { '//' } events</ div >
32
+ < div className = "text-xl" > { '//' } events</ div >
33
33
</ Link >
34
34
< Link href = "resources" >
35
- < div > { '//' } resources</ div >
35
+ < div className = "text-xl" > { '//' } resources</ div >
36
36
</ Link >
37
37
< Link href = "sponsors" >
38
- < div > { '//' } sponsors</ div >
38
+ < div className = "text-xl" > { '//' } sponsors</ div >
39
39
</ Link >
40
40
</ div >
41
41
< div className = "md:hidden xl:hidden lg:hidden text-right font-bold block" >
You can’t perform that action at this time.
0 commit comments