diff options
Diffstat (limited to 'examples/docs/src/components/RightSidebar/MoreMenu.astro')
-rw-r--r-- | examples/docs/src/components/RightSidebar/MoreMenu.astro | 4 |
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" |