Skip to content

Commit

Permalink
Remove periods and exclamation marks from onboarding headings
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepTester committed Sep 30, 2024
1 parent 177d095 commit 490ef60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/onboarding/OnboardingScreen/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ type Step = {

const steps: Step[] = [
{
title: 'Welcome to the ACM at UCSD!',
title: 'Welcome to ACM at UCSD',
caption:
'The Association of Computing Machinery (ACM) is UCSD’s largest computing organization! Our goal is to establish and foster an inclusive member-first community for all who are interested in the field of computing.',
content: Intro,
},
{
title: 'Find your niche here.',
title: 'Find your niche here',
caption:
'We have a space for you! Pursue your interests by exploring different communities such as ACM AI, ACM Hack, ACM Cyber, and ACM Design.',
content: Communities,
},
{
title: 'Join us at our events and workshops.',
title: 'Join us at our events and workshops',
caption:
'Learn technical skills and connect with other members with shared interests. We can’t wait to see you there!',
content: () => (
Expand All @@ -46,7 +46,7 @@ const steps: Step[] = [
content: Leaderboard,
},
{
title: 'Redeem your points at the ACM Store!',
title: 'Redeem your points at the ACM Store',
caption: 'Purchase merch with your points and show off your ACM spirit!',
content: () => (
<>
Expand All @@ -56,7 +56,7 @@ const steps: Step[] = [
),
},
{
title: 'That’s a glimpse on how we run ACM at UCSD.',
title: 'That’s a glimpse on how we run ACM at UCSD',
caption: 'Let’s get started with setting up your account!', // You can earn your first 10 points by completing the tasks under the profile dashboard.
content: () => <Step4 className={styles.endImage} />,
},
Expand Down

0 comments on commit 490ef60

Please sign in to comment.