mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 16:01:01 +00:00
Add a forgotten " in template
This commit is contained in:
parent
94a386ea2c
commit
c0174a310c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<span class="mobile-label">{{ "Notifications" | _ }}</span>
|
||||
</a>
|
||||
<a href="/logout">
|
||||
<i class="fa fa-sign-out-alt aria-label="{{ "Log Out" | _ }}"></i>
|
||||
<i class="fa fa-sign-out-alt" aria-label="{{ "Log Out" | _ }}"></i>
|
||||
<span class="mobile-label">{{ "Log Out" | _ }}</span>
|
||||
</a>
|
||||
<a href="/me">
|
||||
|
|
Loading…
Reference in a new issue