Skip to content

Commit 491ea3d

Browse files
remove dropdown from view outside hamburger menu (#222)
1 parent 901e5f7 commit 491ea3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/src/partials/article-toolbar.hbs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<div role="navigation" aria-label="Article Toolbar" class="flex flex-col max-w-[800px] md:items-center mx-4 md:ml-[3.5rem] lg:ml-12 md:mt-12 md:flex-row text-sm font-light" >
2-
{{> dropdown options=(components-to-nav-list) class="w-full md:hidden m-auto mt-8 mb-10" }}
1+
<div role="navigation" aria-label="Article Toolbar" class="flex flex-col max-w-[800px] md:items-center mx-4 md:ml-[3.5rem] lg:ml-12 mt-8 md:mt-12 md:flex-row text-sm font-light" >
32
{{> breadcrumbs}}
43
</div>

0 commit comments

Comments
 (0)