File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11'use client' ;
22
3- import React from 'react' ;
43import Card from './components/card' ;
5- import { Footer } from '../(home)/components/Footer' ;
64
75const sigsData = [
86 { image : '/assets/sigsIcons/Group125.png' , title : 'Data' } ,
@@ -29,7 +27,7 @@ export default function Sigs() {
2927 < span className = "text-primary font-bold" > data science</ span > or{ ' ' }
3028 < span className = "text-primary font-bold" > data science</ span > or{ ' ' }
3129 < span className = "text-primary font-bold" > backend development</ span > ,
32- our SIGs providea space for hands-on learning, networking, and
30+ our SIGs provide a space for hands-on learning, networking, and
3331 collaboration.
3432 </ p >
3533
@@ -59,7 +57,7 @@ export default function Sigs() {
5957 </ div >
6058 </ div >
6159
62- < div className = "mt-16 " >
60+ < div className = "my-32 " >
6361 < p className = "text-primary text-xl md:text-4xl font-semibold text-center" >
6462 Want to Start a SIG?
6563 </ p >
@@ -70,7 +68,6 @@ export default function Sigs() {
7068 organizers will review and respond within 48 hours.
7169 </ p >
7270 </ div >
73- < Footer />
7471 </ main >
7572 ) ;
7673}
You can’t perform that action at this time.
0 commit comments