From bf04091e8f6fc777c174d68ca775c80abfcef7ef Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Mon, 31 May 2021 00:27:39 +0100 Subject: [PATCH] Fix template page --- src/pages/Template/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Template/index.tsx b/src/pages/Template/index.tsx index 960a749..1b43546 100644 --- a/src/pages/Template/index.tsx +++ b/src/pages/Template/index.tsx @@ -103,7 +103,7 @@ const Template = () => { alignItems='stretch' > {template.features.map((feature) => ( - + ))}