Skip to content

Commit

Permalink
Removing button to go back to address while the user is taking the su…
Browse files Browse the repository at this point in the history
…rvey
  • Loading branch information
avenmia committed Sep 25, 2024
1 parent 5098942 commit 8d7ec9d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/survey/demographicssurvey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,9 @@ export default function DemographicsSurvey() {
updateQuestion={updateCurrentQuestion}
/>
) : null}
{/* <div className="mx-auto mt-8 "> */}
<div className="">
<Infobox message={infoboxMessage} greenCheck={false} />
</div>

<Link href={{ pathname: "./address" }}>
<PrevButton text="Re-enter Address" />
</Link>
</>
)}
</PageLayout>
Expand Down

0 comments on commit 8d7ec9d

Please sign in to comment.