Skip to content

Commit

Permalink
Fixed typo in <DocsViewer::XNav> (#1556)
Browse files Browse the repository at this point in the history
Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Mar 6, 2024
1 parent 8495c45 commit c9a004e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions addon/components/docs-viewer/x-nav/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
<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">
{{#if this.media.isMobile}}
<div class="absolute top-0 docs-text-right right-4">
<button {{on "click" (set this "isShowingMenu" false)}}>
class="docs-text-grey-darkest docs-opacity-50 hover:docs-opacity-100 docs-text-large-5 docs-py-2 docs-no-underline">
<button
class="docs-text-grey-darkest docs-opacity-50 hover:docs-opacity-100 docs-text-large-5 docs-py-2 docs-no-underline"
{{on "click" (set this "isShowingMenu" false)}}
>
&times;
</button>
</div>
Expand Down

0 comments on commit c9a004e

Please sign in to comment.