Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed May 22, 2024
1 parent e8b3b72 commit 4e80856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/SearchPage/SearchPagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const SearchPagination: FC<SearchPaginationProps> = ({
page={page}
onChange={(_, newPage) => {
setPage(newPage);
window.scrollTo({ top: 0, behavior: 'smooth' });
window.scrollTo({ top: 0 });
}}
color='primary'
variant='outlined'
Expand Down

0 comments on commit 4e80856

Please sign in to comment.