Add title to mobile post button
This commit is contained in:
parent
1a0d7f5421
commit
f8956a37b2
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue