diff --git a/src/components/Pagination.js b/src/components/Pagination.js index 7b9bfd93..d1757d81 100644 --- a/src/components/Pagination.js +++ b/src/components/Pagination.js @@ -44,7 +44,10 @@ const Pagination = (props) => { } }} > - + {`Prev`}
@@ -77,7 +80,10 @@ const Pagination = (props) => { }} > {`Next`} - + = pages?.length ? '#bbb' : ''}`} + className='eos-icons eos-18' + />
)