Skip to content

Commit

Permalink
fix: Optimize menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
GSMLG-BOT committed Feb 16, 2023
1 parent 4ac5cc4 commit 9864d5e
Showing 1 changed file with 7 additions and 6 deletions.
Expand Up @@ -33,12 +33,13 @@
<:menu>
<.wc_left_menu_group active={assigns[:active_menu]}>
<:title>Components</:title>
<:menu id="table" to="/storybook/components/actionbar">Actionbar</:menu>
<:menu id="card" to="/storybook/components/card">Card</:menu>
<:menu id="left_menu" to="/storybook/components/left_menu">Left Menu</:menu>
<:menu id="markdown" to="/storybook/components/markdown">Markdown</:menu>
<:menu id="pagination" to="/storybook/components/pagination">Pagination</:menu>
<:menu id="table" to="/storybook/components/table">Table</:menu>
<:menu id="table" to="/storybook/components/actionbar"><.wc_bsi name={"tools"} class="w-4 h-4" />Actionbar</:menu>
<:menu id="card" to="/storybook/components/card"><.wc_mdi name={"card"} class="w-4 h-4" />Card</:menu>
<:menu id="left_menu" to="/storybook/components/left_menu"><.wc_bsi name={"layout-sidebar"} class="w-4 h-4" />Left Menu</:menu>
<:menu id="markdown" to="/storybook/components/markdown"><.wc_bsi name={"markdown"} class="w-4 h-4" />Markdown</:menu>
<:menu id="modal" to="/storybook/components/modal"><.wc_bsi name={"chat-square"} class="w-4 h-4" />Modal</:menu>
<:menu id="pagination" to="/storybook/components/pagination"><.wc_mdi name={"book-open-page-variant-outline"} class="w-4 h-4" />Pagination</:menu>
<:menu id="table" to="/storybook/components/table"><.wc_mdi name={"table"} class="w-4 h-4" />Table</:menu>
</.wc_left_menu_group>
</:menu>
</.wc_left_menu>
Expand Down

0 comments on commit 9864d5e

Please sign in to comment.