From 3db7af93b8e0062148f64920d083beef9b03bba1 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 21 Mar 2023 17:36:57 -0700 Subject: [PATCH] Added update, changed CSS --- components/UpdatesPage/index.scss | 2 +- components/UpdatesPage/index.tsx | 34 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/components/UpdatesPage/index.scss b/components/UpdatesPage/index.scss index 01ce3fd7..81b6a28e 100644 --- a/components/UpdatesPage/index.scss +++ b/components/UpdatesPage/index.scss @@ -18,7 +18,7 @@ .Contents { display: grid; - grid-template-columns: 1fr 1fr; + grid-template-columns: 1fr; gap: $unit-4x; .characters, diff --git a/components/UpdatesPage/index.tsx b/components/UpdatesPage/index.tsx index c810f67b..18879522 100644 --- a/components/UpdatesPage/index.tsx +++ b/components/UpdatesPage/index.tsx @@ -56,6 +56,40 @@ const UpdatesPage = () => { return (

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

+