diff --git a/src/app/(main)/page.tsx b/src/app/(main)/page.tsx index 4afb00d95..16efa6fc7 100644 --- a/src/app/(main)/page.tsx +++ b/src/app/(main)/page.tsx @@ -47,7 +47,9 @@ const Home = async () => { return ( ); diff --git a/src/blog/components/informationMessage/InformationMessage.tsx b/src/blog/components/informationMessage/InformationMessage.tsx index 2e107e8df..1ba62f69a 100644 --- a/src/blog/components/informationMessage/InformationMessage.tsx +++ b/src/blog/components/informationMessage/InformationMessage.tsx @@ -43,13 +43,14 @@ const InformationMessage = ({
{title} - - {body.split('\n').map((line, index) => ( - - {line} -
-
- ))}
+ + {body.split("\n").map((line, index) => ( + + {line} +
+
+ ))} +
{button && (