Skip to content

Commit 2f3d05f

Browse files
authored
Merge pull request #3642 from openshift-cs/revert-3641-master
Revert "Remove links to virtualgatherings"
2 parents 978dc3d + 6810e20 commit 2f3d05f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/pages/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default function IndexPage({ data }) {
7777
</p>
7878
<div className="flex flex-wrap gap-3">
7979
<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="" />} />
8181
</div>
8282
</div>
8383
<div className="max-w-md w-full">
@@ -225,4 +225,4 @@ export const query = graphql`
225225
}
226226
}
227227
}
228-
`
228+
`

src/pages/sigs/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ export default function SIGPage() {
559559
</AccordionItem>
560560
</Accordion.Root>
561561
<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/" />
563563
</p>
564564
<div
565565
className="absolute w-full top-0 left-0 h-full pointer-events-none z-[-1]"

0 commit comments

Comments
 (0)