feat: review compose buttons (#2076)

This commit is contained in:
patak 2023-05-08 08:45:27 +02:00 committed by GitHub
parent e9740fe693
commit 9d3c7ef116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 9 deletions

View file

@ -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>