Skip to content

Commit

Permalink
Update history.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
crstlnz authored Jul 15, 2024
1 parent a2cd3b4 commit 480d8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/history.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,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 480d8fb

Please sign in to comment.