Skip to content

Commit 3e04d11

Browse files
Anthony KinseyAnthony Kinsey
authored andcommitted
fix: issue with old font awesome logout icon not showing
1 parent 0acf980 commit 3e04d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</a>
6262
</li>
6363
<li @click="showMobileMenu = false" >
64-
<a @click="logout()"><i class="fa fa-sign-out" aria-hidden="true"></i>Logout</a>
64+
<a @click="logout()"><i class="fas fa-sign-out-alt" aria-hidden="true"></i>Logout</a>
6565
</li>
6666
</ul>
6767
</div>

0 commit comments

Comments
 (0)