Skip to content

Commit

Permalink
Merge pull request #135 from IBEC-BOX/header/erg
Browse files Browse the repository at this point in the history
Header/erg
  • Loading branch information
Zh3nyaZh3nya authored Aug 7, 2024
2 parents 1666ae8 + a43dd64 commit 6b66934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibecsystems/nuxt3-ui-kit",
"version": "1.0.49",
"version": "1.0.50",
"description": "Ibec Nuxt3 UI components",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/runtime/components/Parts/Header/Erg.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
icon
@click="menu_open = !menu_open"
class="d-block d-lg-none"
v-if="burger"
>
<v-icon :color="menu_open ? colorBurgerOpen : colorBurger">
{{ menu_open ? 'mdi-close' : 'mdi-menu' }}
Expand Down

0 comments on commit 6b66934

Please sign in to comment.