Skip to content

Commit

Permalink
Merge branch 'development' of github.com:UNICEFECAR/USupport-client-u…
Browse files Browse the repository at this point in the history
…i into development
  • Loading branch information
georgipavlov-7DIGIT committed Nov 29, 2024
2 parents d3c63fb + 27d7a73 commit 1770051
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/blocks/RegisterPreview/RegisterPreview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ export const RegisterPreview = ({ handleLoginRedirection }) => {
onClick={handleLoginRedirection}
/>
<Button
label={t("register_email")}
label={t("register_anonymously")}
size="lg"
onClick={() => handleRedirect("email")}
onClick={() => handleRedirect("anonymously")}
/>
<Button
label={t("register_anonymously")}
label={t("register_email")}
size="lg"
type="secondary"
onClick={() => handleRedirect("anonymously")}
type="ghost"
onClick={() => handleRedirect("email")}
/>
<Button
label={t("continue_as_guest")}
Expand Down

0 comments on commit 1770051

Please sign in to comment.