summaryrefslogtreecommitdiff
path: root/examples/docs/src/components/RightSidebar/MoreMenu.astro
diff options
context:
space:
mode:
authorGravatar Rishi Raj Jain <rjain@llnw.com> 2022-11-17 21:18:57 +0530
committerGravatar GitHub <noreply@github.com> 2022-11-17 10:48:57 -0500
commitfcfd166f2d52dcf800fbaff6d618ad57eaf3cc9b (patch)
treeb9f79e2c4ab451e3e3f8706806bc92d9be64931c /examples/docs/src/components/RightSidebar/MoreMenu.astro
parent12236dbc06e1e43618b61d180020a67cb31499f8 (diff)
downloadastro-fcfd166f2d52dcf800fbaff6d618ad57eaf3cc9b.tar.gz
astro-fcfd166f2d52dcf800fbaff6d618ad57eaf3cc9b.tar.zst
astro-fcfd166f2d52dcf800fbaff6d618ad57eaf3cc9b.zip
fix: Docs Site - Table of contents highlight not working (#5411)
* fix: Docs Site - Table of contents highlight not working * Add html-escaper devDep * add html-escaper via pnpm
Diffstat (limited to 'examples/docs/src/components/RightSidebar/MoreMenu.astro')
-rw-r--r--examples/docs/src/components/RightSidebar/MoreMenu.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/docs/src/components/RightSidebar/MoreMenu.astro b/examples/docs/src/components/RightSidebar/MoreMenu.astro
index 655f8eac1..4adffaff4 100644
--- a/examples/docs/src/components/RightSidebar/MoreMenu.astro
+++ b/examples/docs/src/components/RightSidebar/MoreMenu.astro
@@ -14,7 +14,7 @@ const showMoreSection = CONFIG.COMMUNITY_INVITE_URL;
<ul>
{
editHref && (
- <li class={`heading-link depth-2`}>
+ <li class={`header-link depth-2`}>
<a class="edit-on-github" href={editHref} target="_blank">
<svg
aria-hidden="true"
@@ -40,7 +40,7 @@ const showMoreSection = CONFIG.COMMUNITY_INVITE_URL;
}
{
CONFIG.COMMUNITY_INVITE_URL && (
- <li class={`heading-link depth-2`}>
+ <li class={`header-link depth-2`}>
<a href={CONFIG.COMMUNITY_INVITE_URL} target="_blank">
<svg
aria-hidden="true"