Update /examples/docs/.../MoreMenu.astro (#1446)
This commit is contained in:
parent
697f17a255
commit
ed3b3eae4b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ const showMoreSection = (CONFIG.COMMUNITY_INVITE_URL || editHref);
|
||||||
}
|
}
|
||||||
{CONFIG.COMMUNITY_INVITE_URL &&
|
{CONFIG.COMMUNITY_INVITE_URL &&
|
||||||
<li class={`header-link depth-2`}>
|
<li class={`header-link depth-2`}>
|
||||||
<a href="https://astro.build/chat" target="_blank">
|
<a href={CONFIG.COMMUNITY_INVITE_URL} target="_blank">
|
||||||
<svg
|
<svg
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
focusable="false"
|
focusable="false"
|
||||||
|
|
Loading…
Reference in a new issue