Skip to content

Commit

Permalink
Merge pull request #1849 from IntersectMBO/fix/1847-duplicate-text-on…
Browse files Browse the repository at this point in the history
…-drep-registration-form

[#1847] delete duplicate text on DRep registration form
  • Loading branch information
MSzalowski authored Aug 28, 2024
2 parents 5f9ea52 + 28ba96b commit ae1fe70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ changes.

### Fixed

-
- Delete duplicate text on DRep registration form [Issue 1847](https://github.com/IntersectMBO/govtool/issues/1847)

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,6 @@ export const RegisterAsDRepForm = ({
rules={Rules.GIVEN_NAME}
/>
<Spacer y={isMobile ? 5 : 6} />
<Box textAlign="center">
<InfoText label={t("registration.optional")} />
<Typography sx={{ mt: 0.5, mb: isMobile ? 3 : 4 }} variant="headline4">
{t("registration.aboutYou")}
</Typography>
<Typography fontWeight={400} sx={{ mb: 4 }} variant="body1">
{t("registration.aboutYouDescription")}
</Typography>
</Box>
<Box textAlign="center">
<InfoText label={t("editMetadata.optional")} />
<Typography sx={{ mt: 0.5, mb: isMobile ? 3 : 4 }} variant="headline4">
Expand Down

0 comments on commit ae1fe70

Please sign in to comment.