mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-26 11:37:40 +02:00
add color to nostr connect button
This commit is contained in:
@@ -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 && (
|
||||
|
Reference in New Issue
Block a user