Compare commits

..

No commits in common. "zach/ab" and "main" have entirely different histories.

View File

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