diff --git a/website/src/components/RightSidebar/MoreMenu.astro b/website/src/components/RightSidebar/MoreMenu.astro index 4adffaff..401dcabe 100644 --- a/website/src/components/RightSidebar/MoreMenu.astro +++ b/website/src/components/RightSidebar/MoreMenu.astro @@ -3,77 +3,76 @@ import ThemeToggleButton from './ThemeToggleButton'; import * as CONFIG from '../../config'; type Props = { - editHref: string; + editHref: string; }; const { editHref } = Astro.props as Props; const showMoreSection = CONFIG.COMMUNITY_INVITE_URL; --- -{showMoreSection &&

More

} -