We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b728a commit aa2fa7eCopy full SHA for aa2fa7e
vite-project/src/common/Pagination/Pagination.jsx
@@ -18,7 +18,7 @@ const Pagination = ({ GROUP_SIZE, totalCount, page, setPage }) => {
18
className="button pagination-btn"
19
disabled={page === 1}
20
>
21
- <img src="public/images/arrow_left.svg" alt="arrow_left" />
+ <img src="/images/arrow_left.svg" alt="arrow_left" />
22
</button>
23
{pages.map((num) => (
24
<button
0 commit comments