diff options
Diffstat (limited to 'client/src/components/BackButton/BackButton.jsx')
-rw-r--r-- | client/src/components/BackButton/BackButton.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/BackButton/BackButton.jsx b/client/src/components/BackButton/BackButton.jsx index c02681b..ff99eb6 100644 --- a/client/src/components/BackButton/BackButton.jsx +++ b/client/src/components/BackButton/BackButton.jsx @@ -12,7 +12,7 @@ const BackButton = ({ onClick, onChange }) => { > <img className={styles.submit__image} - src={`${process.env.PUBLIC_URL}/assets/images/next_icon.svg`} + src={`${process.env.PUBLIC_URL}/assets/images/back.svg`} alt="" /> </button> |