);
@@ -96,13 +98,17 @@ export const PaginationLinksComponent = props => {
to={{ search: stringify(nextSearchParams) }}
title={intl.formatMessage({ id: 'PaginationLinks.next' })}
>
-
-
+
+
);
diff --git a/src/components/PaginationLinks/PrevPageIcon.js b/src/components/PaginationLinks/PrevPageIcon.js
deleted file mode 100644
index 2bb4f0c0..00000000
--- a/src/components/PaginationLinks/PrevPageIcon.js
+++ /dev/null
@@ -1,33 +0,0 @@
-import React from 'react';
-import PropTypes from 'prop-types';
-
-const PrevPageIcon = props => {
- const { className } = props;
-
- return (
-
- );
-};
-
-const { string } = PropTypes;
-
-PrevPageIcon.defaultProps = {
- className: null,
-};
-
-PrevPageIcon.propTypes = {
- className: string,
-};
-
-export default PrevPageIcon;
diff --git a/src/components/PaginationLinks/__snapshots__/PaginationLinks.test.js.snap b/src/components/PaginationLinks/__snapshots__/PaginationLinks.test.js.snap
index ee0b6543..f602dce9 100644
--- a/src/components/PaginationLinks/__snapshots__/PaginationLinks.test.js.snap
+++ b/src/components/PaginationLinks/__snapshots__/PaginationLinks.test.js.snap
@@ -4,11 +4,12 @@ exports[`PaginationLinks should match snapshot with both links disabled 1`] = `
@@ -61,8 +63,11 @@ exports[`PaginationLinks should match snapshot with both links enabled 1`] = `
}
}
>
-
-
@@ -148,11 +156,12 @@ exports[`PaginationLinks should match snapshot with prev disabled and next enabl