swap role display

This commit is contained in:
zramsay 2024-08-13 10:37:12 -04:00
parent eba6cd5d68
commit 9b8d43bf38

View File

@ -41,16 +41,16 @@ const SelectRoleCard = ({ handleAccept, handleRoleChange }: { handleAccept: () =
value={selectedRole}
onChange={handleRadioChange}
>
<FormControlLabel
value={Role.Validator}
control={<Radio />}
label="Validator / Service Provider"
/>
<FormControlLabel
value={Role.Participant}
control={<Radio />}
label="App Publisher"
/>
<FormControlLabel
value={Role.Validator}
control={<Radio />}
label="Validator / Service Provider"
/>
</RadioGroup>
</FormControl>
<Box mt={2} display="flex" alignItems="center">