Skip to content

Commit

Permalink
feat: Update layout.tsx (#8)
Browse files Browse the repository at this point in the history
Update "LFG" to "Built with OnchainKit"
  • Loading branch information
fakepixels authored Aug 7, 2024
1 parent e870ca1 commit a981453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ export const viewport = {

export const metadata: Metadata = {
title: 'Onchain App Template',
description: 'LFG',
description: 'Built with OnchainKit',
openGraph: {
title: 'Onchain App Template',
description: 'LFG',
description: 'Built with OnchainKit',
images: [`${NEXT_PUBLIC_URL}/vibes/vibes-19.png`],
},
};
Expand Down

0 comments on commit a981453

Please sign in to comment.