Skip to content

Commit

Permalink
Remove fall kickoff from join component
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonappah committed Sep 8, 2024
1 parent e3ca33d commit 02ad0ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/join.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ if (theme === 'dark') {
}
const options: {title: string, description: string, url: string, emphasis?: boolean}[] = [
{
title: 'Attend the Fall Kickoff',
description: 'Kickoff is our official start to the year. This event is a great way to learn about all the projects and how to get involved!',
url: '/events/kickoff',
emphasis: true
},
// {
// title: 'Attend the Fall Kickoff',
// description: 'Kickoff is our official start to the year. This event is a great way to learn about all the projects and how to get involved!',
// url: '/events/kickoff',
// emphasis: true
// },
{
title: 'Join the Discord',
description: 'Our Discord is the primary communication method for the club - join for updates on meeting times, projects, and more.',
Expand Down

0 comments on commit 02ad0ed

Please sign in to comment.