mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-27 03:15:47 +02:00
Fix lint issues
This commit is contained in:
@@ -31,7 +31,7 @@ const Pagination = ({
|
|||||||
<Link rel="next" to={nextPagePath} className={nextClassName}>{PAGINATION.NEXT_PAGE}</Link>
|
<Link rel="next" to={nextPagePath} className={nextClassName}>{PAGINATION.NEXT_PAGE}</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Pagination;
|
export default Pagination;
|
||||||
|
Reference in New Issue
Block a user