change name and add link to source

This commit is contained in:
sakrecoer 2026-08-18 21:51:56 +02:00
parent 581c3626af
commit da88a2c0ef
7 changed files with 24 additions and 41 deletions

View file

@ -4,7 +4,6 @@ const NostrConnect = ({ setConnectedPubkey }) => {
const [pubkey, setPubkey] = useState(null);
const [loading, setLoading] = useState(false);
// Check if already connected
useEffect(() => {
if (window.nostr?.getPublicKey) {
window.nostr.getPublicKey()