diff --git a/src/components/molecules/News/NewsContent.tsx b/src/components/molecules/News/NewsContent.tsx index ea6e953..ce3d5aa 100644 --- a/src/components/molecules/News/NewsContent.tsx +++ b/src/components/molecules/News/NewsContent.tsx @@ -7,9 +7,9 @@ type TNewsContentProps = { const NewsContent: React.FC = ({ content }) => { return (
-
-
-
+
+
+
diff --git a/src/components/molecules/News/NewsHeadLine.tsx b/src/components/molecules/News/NewsHeadLine.tsx index 5ee9945..20eab62 100644 --- a/src/components/molecules/News/NewsHeadLine.tsx +++ b/src/components/molecules/News/NewsHeadLine.tsx @@ -17,9 +17,9 @@ const NewsHeadLine: React.FC = ({ title, created_at, bookmar
-
+
-
+
{title}
@@ -27,7 +27,7 @@ const NewsHeadLine: React.FC = ({ title, created_at, bookmar