mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-26 17:52:18 +01:00
add color to nostr connect button
This commit is contained in:
parent
c7d030d42a
commit
81bb4e3a18
@ -113,7 +113,7 @@ export default function LoginStartView() {
|
||||
<Button onClick={signinWithExtension} leftIcon={<Key01 boxSize={6} />} w="sm" colorScheme="primary">
|
||||
Sign in with extension
|
||||
</Button>
|
||||
<Button as={RouterLink} to="./nostr-connect" state={location.state} w="sm">
|
||||
<Button as={RouterLink} to="./nostr-connect" state={location.state} w="sm" colorScheme="blue">
|
||||
Nostr Connect (NIP-46)
|
||||
</Button>
|
||||
{serialPortService.supported && (
|
||||
|
Loading…
x
Reference in New Issue
Block a user