File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ const Footer = () => {
2929 />
3030 </ div >
3131 < div className = "grid grid-cols-8 gap-4" >
32- { socialLinks . map ( ( item , index ) => {
33- return (
34- < a key = { index } className = "" href = { item . href } >
35- < img className = "h-4" src = { item . src } alt = { item . alt } />
36- </ a >
37- ) ;
38- } ) }
32+ { socialLinks . map ( ( item , index ) => {
33+ return (
34+ < a key = { index } className = "" href = { item . href } >
35+ < img className = "h-4" src = { item . src } alt = { item . alt } />
36+ </ a >
37+ ) ;
38+ } ) }
3939 </ div >
4040 </ div >
4141 < div className = "flex flex-col max-w-[14rem] sm:mt-0 mt-10 font-light" >
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import Sponsors from '@/components/Sponsors/index';
33import About from '@/components/About' ;
44import Event from '@/components/Event' ;
55import ResourcesAndContacts from '@/components/ResourcesAndContacts' ;
6- import Footer from '@/components/Footer' ;
76
87export default function Home ( ) {
98 return (
Original file line number Diff line number Diff line change @@ -145,4 +145,4 @@ export const socialLinks: socialInfo[] = [
145145 src : 'assets/linkedin_logo.svg' ,
146146 alt : 'LinkedIn'
147147 }
148- ] ;
148+ ] ;
You can’t perform that action at this time.
0 commit comments