diff options
author | 2021-09-27 16:57:02 -0500 | |
---|---|---|
committer | 2021-09-27 16:57:02 -0500 | |
commit | ed3b3eae4b8f8d251ae1fd3b513427e559bf2aae (patch) | |
tree | 88790503c7bf4e4b4ebffa36f2efa88181f0aa5f /examples/docs/src/components | |
parent | 697f17a255fd0d70dd019d82edfc3fc165849b2a (diff) | |
download | astro-ed3b3eae4b8f8d251ae1fd3b513427e559bf2aae.tar.gz astro-ed3b3eae4b8f8d251ae1fd3b513427e559bf2aae.tar.zst astro-ed3b3eae4b8f8d251ae1fd3b513427e559bf2aae.zip |
Update /examples/docs/.../MoreMenu.astro (#1446)
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" |