From 54933fc6a5888a67876ec35581f266729ce01261 Mon Sep 17 00:00:00 2001 From: pbillingsby <45179070+PBillingsby@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:37:01 -0400 Subject: [PATCH] update link to README in header --- .../template/src/components/ui/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scaffolds/nextjs-dedicated-wallet/template/src/components/ui/Header.tsx b/scaffolds/nextjs-dedicated-wallet/template/src/components/ui/Header.tsx index e76707e..c661c08 100644 --- a/scaffolds/nextjs-dedicated-wallet/template/src/components/ui/Header.tsx +++ b/scaffolds/nextjs-dedicated-wallet/template/src/components/ui/Header.tsx @@ -13,7 +13,7 @@ const Header = () => { -

Take a look at our developer guide to learn more about this template

+

Take a look at our developer guide to learn more about this template

); };