Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoboy197 committed Aug 27, 2024
1 parent ca8e5d1 commit a29586c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/polissurvey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ const PolisSurvey: NextPage = () => {
></div>
</div>
<div className="mb-6 mt-6 flex justify-between align-middle">
<Link href={"./polis"} className="rounded-full bg-white/90 px-10 py-2 text-blue-default no-underline transition hover:bg-white hover:text-blue-darker">
<Link
href={"./polis"}
className="rounded-full bg-white/90 px-10 py-2 text-blue-default no-underline transition hover:bg-white hover:text-blue-darker"
>
{" "}
<IoMdArrowBack />
Return to polis survey selection
Expand Down

0 comments on commit a29586c

Please sign in to comment.