From 869e17a118d244163725c89d16d509108dbb83ad Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Thu, 14 Oct 2021 20:01:13 +0700 Subject: [PATCH] Fix the incorrect closing tag --- pages/button-with-icon/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/button-with-icon/index.tsx b/pages/button-with-icon/index.tsx index d1fa12c..3f82a7f 100644 --- a/pages/button-with-icon/index.tsx +++ b/pages/button-with-icon/index.tsx @@ -24,7 +24,7 @@ const Details: React.FC<{}> = () => { ... - + `} css={` .button {