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 = () => {
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" >
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments