chore: 💨
This commit is contained in:
parent
9c71db405a
commit
fb5434da91
19 changed files with 44 additions and 36 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue