--- import ThemeToggleButton from './ThemeToggleButton'; import * as CONFIG from '../../config'; type Props = { editHref: string; }; const { editHref } = Astro.props as Props; const showMoreSection = CONFIG.COMMUNITY_INVITE_URL; --- {showMoreSection &&