Skip to content

Commit

Permalink
Merge pull request #3641 from spotzz/master
Browse files Browse the repository at this point in the history
Remove links to virtualgatherings
  • Loading branch information
spotzz authored Dec 4, 2024
2 parents 265a51a + bc1ab2d commit 978dc3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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`
}
}
}
`
`
2 changes: 1 addition & 1 deletion src/pages/sigs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ export default function SIGPage() {
</AccordionItem>
</Accordion.Root>
<p className="mt-6 mb-2 text-center">
<IconBox title="Ready to join?" url="/virtualgatherings/" />
<IconBox title="Ready to join?" url={slack} icon={<Slack alt="" />} />
</p>
<div
className="absolute w-full top-0 left-0 h-full pointer-events-none z-[-1]"
Expand Down

0 comments on commit 978dc3d

Please sign in to comment.