Add title to mobile post button
This commit is contained in:
parent
1a0d7f5421
commit
f8956a37b2
@ -3,6 +3,7 @@
|
||||
v-if="isLoggedIn"
|
||||
class="MobilePostButton button-default new-status-button"
|
||||
:class="{ 'hidden': isHidden, 'always-show': isPersistent }"
|
||||
:title="$t('post_status.new_status')"
|
||||
@click="openPostForm"
|
||||
>
|
||||
<FAIcon icon="pen" />
|
||||
|
Loading…
Reference in New Issue
Block a user