Skip to content

Commit bab9d7b

Browse files
authored
Merge pull request #3643 from spotzz/master
change virtual gatherings to in-person for join us
2 parents 2f3d05f + ae55d03 commit bab9d7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 our community" url="/virtualgatherings/" icon={<Edit alt="" />} />
80+
<IconBox title="Join us In-Person" url="/gatherings/" 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+
`

0 commit comments

Comments
 (0)