From 9c28a86d0ad05473cde5debb73dcd214dfdd464d Mon Sep 17 00:00:00 2001 From: I001962 Date: Sun, 4 Feb 2024 23:02:05 -0800 Subject: [PATCH] Update layout.tsx adds title tag for WC frame validation --- app/layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/layout.tsx b/app/layout.tsx index 225b603..aaf01f2 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,6 +5,9 @@ export default function RootLayout({ }) { return ( + + Your Title Here + {children} );