Skip to content

Commit

Permalink
Update index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
crstlnz authored Jul 15, 2024
1 parent 6e69c24 commit 19e595f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/recent/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const recentHeight = computed(() => {
>
<button
type="button"
class="flex-1 border-r border-second-2 px-2 py-2.5 text-center active:bg-blue-500"
class="flex-1 border-r border-second-2 px-2 py-2.5 text-center active:bg-blue-500 flex gap-1 items-center"
@click="scrollToTop"
>
{{ $t("scrolltop") }} <Icon name="ph:arrow-up-bold" class="self-center text-base" />
Expand Down

0 comments on commit 19e595f

Please sign in to comment.