@@ -10,9 +10,9 @@ import Link from "next/link";
1010
1111export default function Footer ( ) {
1212 return (
13- < div className = "mx-auto flex flex-col items-center justify-between gap-y-12 pt-12 md :w-full md :flex-row md :px-12" >
13+ < div className = "mx-auto flex flex-col items-center justify-between gap-y-12 pt-12 lg :w-full lg :flex-row lg :px-12" >
1414 < div className = "flex items-center" >
15- < h1 className = "jost bg-gradient-to-r from-[#562EE7] to-[#FFC6E8] bg-clip-text text-center text-3xl font-bold text-transparent md :text-5xl" >
15+ < h1 className = "jost bg-gradient-to-r from-[#562EE7] to-[#FFC6E8] bg-clip-text text-center text-3xl font-bold text-transparent lg :text-5xl" >
1616 Papers
1717 </ h1 >
1818 < Separator orientation = "vertical" className = "mx-3 h-full min-h-20" />
@@ -23,40 +23,40 @@ export default function Footer() {
2323 height = { 70 }
2424 width = { 70 }
2525 />
26- < p className = "jost text-2xl font-bold md :text-4xl" > CodeChef-VIT</ p >
26+ < p className = "jost text-2xl font-bold lg :text-4xl" > CodeChef-VIT</ p >
2727 </ div >
2828 </ div >
2929
30- < p className = "hidden text-xl md :block" > Made with Love By Codechef-VIT</ p >
30+ < p className = "hidden text-xl lg :block" > Made with Love By Codechef-VIT</ p >
3131 < div className = "flex items-center gap-x-8" >
32- < a href = "https://www.instagram.com/codechefvit/" >
32+ < Link href = "https://www.instagram.com/codechefvit/" >
3333 < Instagram />
34- </ a >
35- < a href = "https://www.linkedin.com/company/codechefvit/" >
34+ </ Link >
35+ < Link href = "https://www.linkedin.com/company/codechefvit/" >
3636 < Linkedin />
37- </ a >
38- < a href = "https://www.youtube.com/@CodeChefVIT" >
37+ </ Link >
38+ < Link href = "https://www.youtube.com/@CodeChefVIT" >
3939 < Youtube />
40- </ a >
41- < a href = "https://www.facebook.com/codechefvit/" >
40+ </ Link >
41+ < Link href = "https://www.facebook.com/codechefvit/" >
4242 < Image
4343 src = { meta_icon }
4444 alt = "meta-icon"
4545 height = { 24 }
4646 width = { 24 }
4747 className = "dark:hidden"
4848 />
49- </ a >
49+ </ Link >
5050
51- < a href = "https://www.facebook.com/codechefvit/" >
51+ < Link href = "https://www.facebook.com/codechefvit/" >
5252 < Image
5353 src = { meta_icon_dark }
5454 alt = "meta-icon"
5555 className = "hidden dark:block"
5656 height = { 24 }
5757 width = { 24 }
5858 />
59- </ a >
59+ </ Link >
6060 < Link href = "https://x.com/codechefvit" >
6161 < Image
6262 src = { x_twitter_icon }
@@ -77,7 +77,7 @@ export default function Footer() {
7777 />
7878 </ Link >
7979 </ div >
80- < p className = "block text-xl md :hidden" > Made with Love By Codechef-VIT</ p >
80+ < p className = "block text-xl lg :hidden" > Made with Love By Codechef-VIT</ p >
8181 </ div >
8282 ) ;
8383}
0 commit comments