Skip to content

Commit d6cd044

Browse files
committed
fix: typos and missing spacing
1 parent 765e927 commit d6cd044

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

app/sigs/page.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
'use client';
22

3-
import React from 'react';
43
import Card from './components/card';
5-
import { Footer } from '../(home)/components/Footer';
64

75
const 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
}

0 commit comments

Comments
 (0)