mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-04-22 03:34:10 +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>
|
<span class="mobile-label">{{ "Notifications" | _ }}</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="/logout">
|
<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>
|
<span class="mobile-label">{{ "Log Out" | _ }}</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="/me">
|
<a href="/me">
|
||||||
|
|
Loading…
Reference in a new issue