Skip to content

Commit

Permalink
Merge pull request #3643 from spotzz/master
Browse files Browse the repository at this point in the history
change virtual gatherings to in-person for join us
  • Loading branch information
spotzz authored Dec 4, 2024
2 parents 2f3d05f + ae55d03 commit bab9d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function IndexPage({ data }) {
</p>
<div className="flex flex-wrap gap-3">
<IconBox title="Join us on Slack" url={slack} icon={<Slack alt="" />} />
<IconBox title="Join our community" url="/virtualgatherings/" icon={<Edit alt="" />} />
<IconBox title="Join us In-Person" url="/gatherings/" icon={<Edit alt="" />} />
</div>
</div>
<div className="max-w-md w-full">
Expand Down Expand Up @@ -225,4 +225,4 @@ export const query = graphql`
}
}
}
`
`

0 comments on commit bab9d7b

Please sign in to comment.