chore: 💨
This commit is contained in:
@@ -13,7 +13,7 @@ export default function AboutInfoDialog({ children }: { children: React.ReactNod
|
||||
<>
|
||||
<div className="text-xl font-semibold">Jumble</div>
|
||||
<div className="text-muted-foreground">
|
||||
A user-friendly Nostr client focused on relay feed browsing and relay discovery
|
||||
A user-friendly Nostr client for exploring relay feeds
|
||||
</div>
|
||||
<div>
|
||||
Made by <Username userId={CODY_PUBKEY} className="inline-block text-primary" showAt />
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import QRCodeStyling from 'qr-code-styling'
|
||||
import { useEffect, useRef } from 'react'
|
||||
import iconSvg from '../../../public/favicon.svg'
|
||||
import iconSvg from '../../assets/favicon.svg'
|
||||
|
||||
export default function QrCode({ value, size = 180 }: { value: string; size?: number }) {
|
||||
const ref = useRef<HTMLDivElement>(null)
|
||||
|
||||
Reference in New Issue
Block a user