Skip to content

Commit

Permalink
enable the button virtual gatherings
Browse files Browse the repository at this point in the history
  • Loading branch information
varodrig committed Aug 20, 2024
1 parent f5a6b43 commit 41774cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export const Header = ({ siteTitle }) => {
}

const MenuItems = [
{
path: '/virtualgatherings/',
title: 'Virtual Gatherings',
},
/*{
path: '/events/',
title: 'Events',
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export default function IndexPage({ data }) {
</p>
<div className="flex flex-wrap gap-3">
<IconBox title="Join us on Slack" url={slack} icon={<Slack alt="" />} />
<IconBox title="Join our community" url="/virtualgatherings/" icon={<Edit alt="" />} />
</div>
</div>
<div className="max-w-md w-full">
Expand Down

0 comments on commit 41774cc

Please sign in to comment.