Commit 4b1e2c19 authored by NGPixel's avatar NGPixel

fix: admin navigation - icon tile

parent 19dddc85
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
:class='(navItem === current) ? "blue" : ""' :class='(navItem === current) ? "blue" : ""'
@click='selectItem(navItem)' @click='selectItem(navItem)'
) )
v-list-item-avatar(size='24'): v-icon {{navItem.icon}} v-list-item-avatar(size='24', tile): v-icon {{navItem.icon}}
v-list-item-title {{navItem.label}} v-list-item-title {{navItem.label}}
.py-2.clickable( .py-2.clickable(
v-else-if='navItem.kind === "divider"' v-else-if='navItem.kind === "divider"'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment