We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f3d05f + ae55d03 commit bab9d7bCopy full SHA for bab9d7b
src/pages/index.js
@@ -77,7 +77,7 @@ export default function IndexPage({ data }) {
77
</p>
78
<div className="flex flex-wrap gap-3">
79
<IconBox title="Join us on Slack" url={slack} icon={<Slack alt="" />} />
80
- <IconBox title="Join our community" url="/virtualgatherings/" icon={<Edit alt="" />} />
+ <IconBox title="Join us In-Person" url="/gatherings/" icon={<Edit alt="" />} />
81
</div>
82
83
<div className="max-w-md w-full">
@@ -225,4 +225,4 @@ export const query = graphql`
225
}
226
227
228
-`
+`
0 commit comments