From abef986c04d02a75c11aeca57fb1cdb872aeab4f Mon Sep 17 00:00:00 2001 From: Abdul Rosyid Date: Sun, 15 Oct 2023 11:14:30 +0700 Subject: [PATCH] fix style --- components/Heading.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Heading.tsx b/components/Heading.tsx index fb4b2c5..0503dc6 100644 --- a/components/Heading.tsx +++ b/components/Heading.tsx @@ -8,7 +8,7 @@ interface HeadingProps { const Heading: React.FC = ({ title, subTitle, center }) => { return ( -
+
{title}
{subTitle}