File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export default function IndexPage({ data }) {
77
77
</ p >
78
78
< div className = "flex flex-wrap gap-3" >
79
79
< IconBox title = "Join us on Slack" url = { slack } icon = { < Slack alt = "" /> } />
80
- < IconBox title = "Join us In-Person " url = "/gatherings /" icon = { < Edit alt = "" /> } />
80
+ < IconBox title = "Join our community " url = "/virtualgatherings /" icon = { < Edit alt = "" /> } />
81
81
</ div >
82
82
</ div >
83
83
< div className = "max-w-md w-full" >
@@ -225,4 +225,4 @@ export const query = graphql`
225
225
}
226
226
}
227
227
}
228
- `
228
+ `
Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ export default function SIGPage() {
559
559
</ AccordionItem >
560
560
</ Accordion . Root >
561
561
< p className = "mt-6 mb-2 text-center" >
562
- < IconBox title = "Ready to join?" url = { slack } icon = { < Slack alt = "" /> } />
562
+ < IconBox title = "Ready to join?" url = "/virtualgatherings/" />
563
563
</ p >
564
564
< div
565
565
className = "absolute w-full top-0 left-0 h-full pointer-events-none z-[-1]"
You can’t perform that action at this time.
0 commit comments