Skip to content

Commit

Permalink
Merge pull request #22 from UNICEFECAR/fix/issue_156
Browse files Browse the repository at this point in the history
Refactor: change order of buttons in RegisterPreview
  • Loading branch information
georgipavlov-7DIGIT authored Nov 25, 2024
2 parents 918e3c9 + 6dea0eb commit afa3945
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/blocks/RegisterPreview/RegisterPreview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,18 @@ export const RegisterPreview = ({ navigation }) => {
onPress={() => handleRedirect("Login")}
style={styles.accessAnonymouslyButton}
/>
<AppButton
label={t("register_email")}
size="lg"
onPress={() => handleRedirect("RegisterEmail")}
/>
<AppButton
label={t("register_anonymously")}
size="lg"
type="secondary"
onPress={() => handleRedirect("RegisterAnonymous")}
style={styles.accessAnonymouslyButton}
/>
<AppButton
label={t("register_email")}
size="lg"
type="ghost"
onPress={() => handleRedirect("RegisterEmail")}
/>
<AppButton
label={t("continue_as_guest")}
type="ghost"
Expand Down

0 comments on commit afa3945

Please sign in to comment.