This commit is contained in:
parent
c6042a8261
commit
71b920a16a
@ -109,13 +109,7 @@ export default function LoginStartView() {
|
|||||||
)}
|
)}
|
||||||
{AmberSigner.SUPPORTED && (
|
{AmberSigner.SUPPORTED && (
|
||||||
<ButtonGroup colorScheme="orange" w="full">
|
<ButtonGroup colorScheme="orange" w="full">
|
||||||
<Button
|
<Button onClick={signinWithAmber} leftIcon={<Diamond01 boxSize={6} />} flex={1}>
|
||||||
as={RouterLink}
|
|
||||||
to="/relays"
|
|
||||||
onClick={signinWithAmber}
|
|
||||||
leftIcon={<Diamond01 boxSize={6}
|
|
||||||
/>}
|
|
||||||
flex={1}>
|
|
||||||
Use Amber
|
Use Amber
|
||||||
</Button>
|
</Button>
|
||||||
<IconButton
|
<IconButton
|
||||||
|
Loading…
Reference in New Issue
Block a user