Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
Replaced Jim with NWC.
  • Loading branch information
pcwd authored Sep 9, 2024
1 parent 8b99f4a commit 9b31c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function Home() {
return (
<>
<img src="/uncle-jim.png" className="w-16 h-16 rounded-lg" alt="" />
<p className="font-semibold mt-4">Uncle Jim</p>
<p className="font-semibold mt-4">Nostr Wallet Connect</p>
<div className="flex flex-col gap-4 max-w-lg border-2 rounded-xl p-4 items-center justify-center mt-4 mb-16">
{!wallet && (
<p>
Expand Down

0 comments on commit 9b31c8b

Please sign in to comment.