Skip to content

Commit

Permalink
Added back button to result page
Browse files Browse the repository at this point in the history
  • Loading branch information
bulhakovolexii committed Jul 14, 2024
1 parent 8ef5640 commit d8e0e06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/results/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,14 @@ const SuccessfulResult = ({ inputData }) => {
return (
<Grid container spacing={2} mt={1}>
<Grid item xs={12} md={6} spacing={2}>
<Button
href="/questionnaire/step-7"
color="primary"
variant="contained"
sx={{ mb: 2 }}
>
Назад
</Button>
<Stack spacing={2}>
<Typography variant="h4" mt={2}>
Результати розрахунку
Expand Down

0 comments on commit d8e0e06

Please sign in to comment.