From 74667cd0a0156d24309eceae16867a9452e330be Mon Sep 17 00:00:00 2001 From: "Amy Marrich (spotz)" Date: Wed, 4 Dec 2024 15:08:22 -0600 Subject: [PATCH] change sig page to join on slack --- src/pages/sigs/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/sigs/index.js b/src/pages/sigs/index.js index 592c71b45..0adcca56f 100644 --- a/src/pages/sigs/index.js +++ b/src/pages/sigs/index.js @@ -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' @@ -559,7 +560,7 @@ export default function SIGPage() {

- + } />