From 19c93a5a44a62386d27ad20ea37c3cf995885236 Mon Sep 17 00:00:00 2001 From: Pratyush Mittal Date: Mon, 22 Nov 2021 14:42:49 +0530 Subject: [PATCH] Fixed missing bracket The closing bracket was missing in the tag. --- pages/fading-long-section/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/fading-long-section/index.tsx b/pages/fading-long-section/index.tsx index a96c267..5b280f9 100644 --- a/pages/fading-long-section/index.tsx +++ b/pages/fading-long-section/index.tsx @@ -20,7 +20,7 @@ const Details: React.FC<{}> = () => {
...