File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ const Footer = () => {
29
29
/>
30
30
</ div >
31
31
< 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
+ } ) }
39
39
</ div >
40
40
</ div >
41
41
< 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';
3
3
import About from '@/components/About' ;
4
4
import Event from '@/components/Event' ;
5
5
import ResourcesAndContacts from '@/components/ResourcesAndContacts' ;
6
- import Footer from '@/components/Footer' ;
7
6
8
7
export default function Home ( ) {
9
8
return (
Original file line number Diff line number Diff line change @@ -145,4 +145,4 @@ export const socialLinks: socialInfo[] = [
145
145
src : 'assets/linkedin_logo.svg' ,
146
146
alt : 'LinkedIn'
147
147
}
148
- ] ;
148
+ ] ;
You can’t perform that action at this time.
0 commit comments