diff --git a/src/features/misc/sections/Changelog.jsx b/src/features/misc/sections/Changelog.jsx index a04d35a9..d261f7b4 100644 --- a/src/features/misc/sections/Changelog.jsx +++ b/src/features/misc/sections/Changelog.jsx @@ -104,16 +104,17 @@ function Changelog() { } return ( -
-
-

{title}

-

Published on {date}

-
- {content} -
+
+
+
+

{title}

+

Published on {date}

+
+ + {content} + +
+
); }