Skip to content

Commit

Permalink
fix: admin navigation - icon tile
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Apr 24, 2020
1 parent 19dddc8 commit 4b1e2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/admin/admin-navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
:class='(navItem === current) ? "blue" : ""'
@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}}
.py-2.clickable(
v-else-if='navItem.kind === "divider"'
Expand Down

0 comments on commit 4b1e2c1

Please sign in to comment.