Skip to content

Commit

Permalink
Merge pull request #3647 from spotzz/master
Browse files Browse the repository at this point in the history
Remove join button
  • Loading branch information
spotzz authored Dec 4, 2024
2 parents 0286b9f + 4a7a833 commit ad0eafc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/sigs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
Loader,
} from 'react-feather'
import { StaticImage } from 'gatsby-plugin-image'
import { ReactComponent as Slack } from '../../images/slack-icon.svg'
import Callout from '../../components/callout'
import IconBox from '../../components/iconbox'
import * as Accordion from '@radix-ui/react-accordion'
Expand Down Expand Up @@ -559,9 +558,6 @@ export default function SIGPage() {
</p>
</AccordionItem>
</Accordion.Root>
<p className="mt-6 mb-2 text-center">
<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]"
aria-hidden
Expand Down

0 comments on commit ad0eafc

Please sign in to comment.