From a98145314033e95cfa98e60833a5be7b7d2b141a Mon Sep 17 00:00:00 2001 From: fakepixels Date: Wed, 7 Aug 2024 14:51:17 -0400 Subject: [PATCH] feat: Update layout.tsx (#8) Update "LFG" to "Built with OnchainKit" --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 60c0623..100c2d2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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`], }, };