We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f16b5 commit 365bd9fCopy full SHA for 365bd9f
app/pages/package/[[org]]/[name].vue
@@ -923,9 +923,6 @@ const showSkeleton = shallowRef(false)
923
<ButtonBase
924
@click="likeAction"
925
size="small"
926
- :title="
927
- likesData?.userHasLiked ? $t('package.likes.unlike') : $t('package.likes.like')
928
- "
929
:aria-label="
930
likesData?.userHasLiked ? $t('package.likes.unlike') : $t('package.likes.like')
931
"
0 commit comments