1
0
mirror of https://github.com/taigrr/homer synced 2025-01-18 04:53:12 -08:00

🐛 Fix alignment when navbar link name is empty

This commit is contained in:
Gabe Cook 2020-07-28 17:14:02 -05:00
parent 154e6efe80
commit 68c36d6c54
No known key found for this signature in database
GPG Key ID: 3197318BDE319B8D

View File

@ -28,8 +28,7 @@
>
<i
v-if="link.icon"
style="margin-right: 6px;"
:class="['fa-fw', link.icon]"
:class="['fa-fw', link.icon, { 'mr-2': link.name }]"
></i>
{{ link.name }}
</a>