File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 11import Link from 'next/link' ;
2- //import SponsorLinks from './Sponsors/sponsorlinks';
32import Image from 'next/image' ;
43import { socialLinks } from '../public/data/data' ;
54
@@ -9,8 +8,8 @@ const Footer = () => {
98 < div className = "sm:flex justify-between pb-10" >
109 < div className = "flex flex-col gap-10" >
1110 < div className = "flex items-center" >
12- < Image src = "assets/csesoc_logo_white.svg" width = { 231 } height = { 53 } alt = "CSESoc Logo" / >
13- < Link href = "/flag/ollie_is_hiding.png" target = "_blank" className = "sm:hidden block" >
11+ < Link href = "/" className = "flex" >
12+ < Image src = "assets/csesoc_logo_white.svg" width = { 231 } height = { 53 } alt = "CSESoc Logo" / >
1413 < Image
1514 src = "/flag/ollie_is_hiding.png"
1615 alt = "Ollie"
@@ -20,14 +19,6 @@ const Footer = () => {
2019 className = "ml-10"
2120 />
2221 </ Link >
23- < Image
24- src = "/flag/ollie_is_hiding.png"
25- alt = "Ollie"
26- draggable = "false"
27- width = { 60 }
28- height = { 60 }
29- className = "ml-10 sm:block hidden"
30- />
3122 </ div >
3223 < div className = "grid grid-cols-8 gap-4" >
3324 { socialLinks . map ( ( item , index ) => {
You can’t perform that action at this time.
0 commit comments