mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 06:03:08 +02:00
🎨
This commit is contained in:
parent
8e2be5e9a7
commit
3dc70f9878
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<MkAvatar :user="$i" class="avatar"/><MkAcct class="text" :user="$i"/>
|
<MkAvatar :user="$i" class="avatar"/><MkAcct class="text" :user="$i"/>
|
||||||
</button>
|
</button>
|
||||||
<div class="post" @click="post" data-cy-open-post-form>
|
<div class="post" @click="post" data-cy-open-post-form>
|
||||||
<MkButton class="button" primary full>
|
<MkButton class="button" gradate full rounded>
|
||||||
<i class="fas fa-pencil-alt fa-fw"></i><span class="text" v-if="!iconOnly">{{ $ts.note }}</span>
|
<i class="fas fa-pencil-alt fa-fw"></i><span class="text" v-if="!iconOnly">{{ $ts.note }}</span>
|
||||||
</MkButton>
|
</MkButton>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue