Skip to content

Commit

Permalink
Update InfiniteScroll.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
crstlnz authored Jul 15, 2024
1 parent 08d3550 commit 89242c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/member/InfiniteScroll.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ watch(recentHeight, () => {
>
<button
type="button"
class="flex-1 border-r border-second-2 px-2 py-2.5 text-center active:bg-blue-500 flex gap-1 items-center"
class="flex-1 border-r border-second-2 px-2 py-2.5 text-center active:bg-blue-500 justify-center 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 89242c9

Please sign in to comment.