Skip to content

Commit

Permalink
more updates for Mike
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoboy197 committed Aug 28, 2024
1 parent c4c862f commit 3e1a609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/survey/demographicssurvey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export default function DemographicsSurvey() {
<Link href={{ pathname: "./address" }}>
<button className="mb-1 mt-4 flex flex-row items-center justify-center gap-1 rounded-full bg-white/70 px-4 py-1 text-lg text-blue-darker no-underline shadow-xl transition ease-in-out hover:translate-y-1 hover:bg-white">
<IoMdArrowBack />
Go back to Address entry
Re-enter Address
</button>
</Link>
</>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/polissurvey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const PolisSurvey: NextPage = () => {
>
{" "}
<IoMdArrowBack />
Return to polis survey selection
Select New Polis Survey
</Link>
</div>
</div>
Expand Down

0 comments on commit 3e1a609

Please sign in to comment.