Skip to content

Commit

Permalink
Merge pull request #3646 from spotzz/master
Browse files Browse the repository at this point in the history
Fix slack image link for sig page
  • Loading branch information
spotzz authored Dec 4, 2024
2 parents 3ff8b44 + 777d82a commit 0286b9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/sigs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ 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,7 +560,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 0286b9f

Please sign in to comment.