diff options
Diffstat (limited to 'examples/docs/src/components')
-rw-r--r-- | examples/docs/src/components/RightSidebar/MoreMenu.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/src/components/RightSidebar/MoreMenu.astro b/examples/docs/src/components/RightSidebar/MoreMenu.astro index c23da0c7b..c295d8933 100644 --- a/examples/docs/src/components/RightSidebar/MoreMenu.astro +++ b/examples/docs/src/components/RightSidebar/MoreMenu.astro @@ -40,7 +40,7 @@ const showMoreSection = (CONFIG.COMMUNITY_INVITE_URL || editHref); } {CONFIG.COMMUNITY_INVITE_URL && <li class={`header-link depth-2`}> - <a href="https://astro.build/chat" target="_blank"> + <a href={CONFIG.COMMUNITY_INVITE_URL} target="_blank"> <svg aria-hidden="true" focusable="false" |