summaryrefslogtreecommitdiff
path: root/client/src/components/BackButton
diff options
context:
space:
mode:
authorrohan09-raj <[email protected]>2022-08-19 21:06:48 +0530
committerrohan09-raj <[email protected]>2022-08-19 21:06:48 +0530
commitf47c3f4349cb68460dadf1fc381e3ceb52fe009a (patch)
tree9961cc4ba587f9be8514adfce9c082cb8c3ad638 /client/src/components/BackButton
parent953dd3c954411d92811415cc9be4a7c7d76ab185 (diff)
minor fixes
Diffstat (limited to 'client/src/components/BackButton')
-rw-r--r--client/src/components/BackButton/BackButton.jsx2
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>