feat: review compose buttons (#2076)
This commit is contained in:
parent
e9740fe693
commit
9d3c7ef116
2 changed files with 2 additions and 9 deletions
|
@ -45,15 +45,6 @@ router.afterEach(() => {
|
|||
<div text-xl i-ri:arrow-left-line class="rtl-flip" btn-text />
|
||||
</NuxtLink>
|
||||
</CommonTooltip>
|
||||
<CommonTooltip :content="$t('action.compose')">
|
||||
<NuxtLink
|
||||
to="/compose"
|
||||
:aria-label="$t('action.compose')"
|
||||
btn-action-icon
|
||||
>
|
||||
<div text-xl i-ri:quill-pen-line user-only class="rtl-flip" btn-text />
|
||||
</NuxtLink>
|
||||
</CommonTooltip>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue