wrap create-post link around button on user profile

This commit is contained in:
Alina Beck 2020-01-08 13:53:02 +05:30
parent cc38fa2b0a
commit 5d2af860db

View File

@ -215,6 +215,7 @@
<ds-grid-item :row-span="2" column-span="fullWidth">
<ds-space centered>
<nuxt-link :to="{ name: 'post-create' }">
<base-button
v-if="myProfile"
v-tooltip="{
@ -228,6 +229,7 @@
circle
primary
/>
</nuxt-link>
</ds-space>
</ds-grid-item>