cursors to labels (remove later)

This commit is contained in:
z0ccc 2022-12-25 01:52:06 -05:00
parent 90fa5399aa
commit 481b575b92

View file

@ -161,7 +161,7 @@ const LocationPage = ({ tab }: LocationPageProps) => {
mb: '8px', mb: '8px',
}} }}
> >
<Label> <Label sx={{ cursor: 'pointer' }}>
<Radio <Radio
name="locationType" name="locationType"
value="default" value="default"
@ -170,7 +170,7 @@ const LocationPage = ({ tab }: LocationPageProps) => {
/> />
Default Default
</Label> </Label>
<Label> <Label sx={{ cursor: 'pointer' }}>
<Radio <Radio
name="locationType" name="locationType"
value="matchIp" value="matchIp"
@ -179,7 +179,7 @@ const LocationPage = ({ tab }: LocationPageProps) => {
/> />
Match IP Match IP
</Label> </Label>
<Label> <Label sx={{ cursor: 'pointer' }}>
<Radio <Radio
name="locationType" name="locationType"
value="custom" value="custom"