staging #223
@ -130,7 +130,7 @@ export const AppBar = () => {
|
|||||||
<Button
|
<Button
|
||||||
startIcon={<ButtonIcon />}
|
startIcon={<ButtonIcon />}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
launchNostrLoginDialog('welcome')
|
launchNostrLoginDialog()
|
||||||
}}
|
}}
|
||||||
variant="contained"
|
variant="contained"
|
||||||
>
|
>
|
||||||
|
@ -25,7 +25,7 @@ export const LandingPage = () => {
|
|||||||
const location = useLocation()
|
const location = useLocation()
|
||||||
|
|
||||||
const onSignInClick = async () => {
|
const onSignInClick = async () => {
|
||||||
launchNostrLoginDialog('welcome')
|
launchNostrLoginDialog()
|
||||||
}
|
}
|
||||||
|
|
||||||
const cards = [
|
const cards = [
|
||||||
|
@ -150,7 +150,7 @@ export const Nostr = () => {
|
|||||||
id="nostr-login"
|
id="nostr-login"
|
||||||
variant="contained"
|
variant="contained"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
launchNostrLoginDialog('welcome')
|
launchNostrLoginDialog()
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Nostr Login
|
Nostr Login
|
||||||
|
Loading…
Reference in New Issue
Block a user