From 4ba9aec340679742950ab382609ea18df3f71bee Mon Sep 17 00:00:00 2001 From: Vinicius Zucatti Date: Sat, 23 Oct 2021 15:52:52 -0300 Subject: [PATCH] Fix next/link should be used with anchor as children --- src/templates/dapp/DAppBase.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/templates/dapp/DAppBase.tsx b/src/templates/dapp/DAppBase.tsx index 7b39b18..16c543e 100644 --- a/src/templates/dapp/DAppBase.tsx +++ b/src/templates/dapp/DAppBase.tsx @@ -20,7 +20,9 @@ const DAppBase = () => ( }>
  • - + + +