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 (

{common('about.segmented_control.updates')}

-
+ +

1.2.0

@@ -82,19 +92,6 @@ const UpdatesPage = () => {

{updates('labels.features')}

-
- {updates('versions.1.2.0.notes') - .split('\n') - .map((item) => ( -

{item}

- ))} - } - /> -
    {[...Array(versionUpdates['1.2.0'].updates)].map((e, i) => (
  • @@ -109,8 +106,22 @@ const UpdatesPage = () => {
  • ))}
+
+

Developer notes

+ {updates('versions.1.2.0.notes') + .split('\n') + .map((item) => ( +

{item}

+ ))} + } + /> +
-
+ {/*

Bug fixes

    {[...Array(versionUpdates['1.2.0'].bugs)].map((e, i) => ( @@ -119,7 +130,7 @@ const UpdatesPage = () => { ))}
-
+
*/}