Skip to content

Commit c9a004e

Browse files
authored
Fixed typo in <DocsViewer::XNav> (#1556)
Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
1 parent 8495c45 commit c9a004e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

addon/components/docs-viewer/x-nav/index.hbs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919
<div class="docs-pt-px docs-mb-8 docs-px-3 md:docs-px-4 md:docs-max-h-screen md:docs-overflow-y-scroll">
2020
{{#if this.media.isMobile}}
2121
<div class="absolute top-0 docs-text-right right-4">
22-
<button {{on "click" (set this "isShowingMenu" false)}}>
23-
class="docs-text-grey-darkest docs-opacity-50 hover:docs-opacity-100 docs-text-large-5 docs-py-2 docs-no-underline">
22+
<button
23+
class="docs-text-grey-darkest docs-opacity-50 hover:docs-opacity-100 docs-text-large-5 docs-py-2 docs-no-underline"
24+
{{on "click" (set this "isShowingMenu" false)}}
25+
>
2426
&times;
2527
</button>
2628
</div>

0 commit comments

Comments
 (0)