mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-03-13 06:49:32 +01:00
Merge pull request #112 from gabe565/fa-fw-logo-alignment
Remove fa-fw from main logo to fix Font Awesome duotone issues
This commit is contained in:
commit
2e7eb41f8c
@ -14,7 +14,7 @@
|
||||
<div v-cloak class="container">
|
||||
<div class="logo">
|
||||
<img v-if="config.logo" :src="config.logo" alt="dashboard logo" />
|
||||
<i v-if="config.icon" :class="['fa-fw', config.icon]"></i>
|
||||
<i v-if="config.icon" :class="config.icon"></i>
|
||||
</div>
|
||||
<div class="dashboard-title">
|
||||
<span class="headline">{{ config.subtitle }}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user