diff --git a/components/about/UpdatesPage/index.module.scss b/components/about/UpdatesPage/index.module.scss index 5bf3efee..c17bda4b 100644 --- a/components/about/UpdatesPage/index.module.scss +++ b/components/about/UpdatesPage/index.module.scss @@ -18,7 +18,7 @@ gap: $unit-4x; .foreword { - margin-bottom: $unit-4x; + margin-top: $unit-4x; p { font-size: $font-regular; diff --git a/components/about/UpdatesPage/index.tsx b/components/about/UpdatesPage/index.tsx index 3e50e4bc..143026d1 100644 --- a/components/about/UpdatesPage/index.tsx +++ b/components/about/UpdatesPage/index.tsx @@ -34,9 +34,10 @@ const UpdatesPage = () => { ], }, '1.2.0': { - updates: 9, + updates: 10, bugs: 0, images: [ + 'party-peek', 'party-redesign', 'visibility', 'rich-text', @@ -74,7 +75,16 @@ const UpdatesPage = () => { return (
{item}
- ))} -{item}
+ ))} +