Skip to content

Commit

Permalink
Merge branch 'feat/favorites-add-draggable' into gitmotion/main
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmotion committed Oct 24, 2024
2 parents 39e479d + 1c59189 commit 455f838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function onUpdateFavoriteTools() {
<div v-if="toolStore.favoriteTools.length > 0">
<h3 class="mb-5px mt-25px font-500 text-neutral-400">
{{ $t('home.categories.favoriteTools') }}
<c-tooltip tooltip="Reorder your favorites section with drag and drop">
<c-tooltip tooltip="Drag and drop to reorder favorites">
<n-icon :component="DragDrop" size="18" />
</c-tooltip>
</h3>
Expand Down

0 comments on commit 455f838

Please sign in to comment.