Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
changed description
  • Loading branch information
pcwd authored Sep 9, 2024
1 parent 9b31c8b commit 7944105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import "./globals.css";
import React from "react";

export const metadata: Metadata = {
title: "Uncle Jim",
title: "Nostr Wallet Connect",
description:
"An Uncle Jim service that gives out instant wallets that can be used in any NWC-powered app such as Damus, Amethyst, Alby Browser Extension and Alby Account",
"A Nostr Wallet Connect service that gives out instant wallets that can be used in any NWC-powered app such as Damus, Amethyst, Alby Browser Extension and Alby Account",
};

export default function RootLayout({
Expand Down

0 comments on commit 7944105

Please sign in to comment.