From 8ebd8121e06f56a650f2cb8d80354b41a353b9ef Mon Sep 17 00:00:00 2001 From: Karishma Chadha Date: Wed, 16 Mar 2022 17:09:05 -0400 Subject: [PATCH] Update date and time for conference and padding around 'stay tuned' --- src/views/conference/2022/index/index.jsx | 18 +++++++++++------- src/views/conference/2022/index/l10n.json | 3 +-- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/views/conference/2022/index/index.jsx b/src/views/conference/2022/index/index.jsx index 76b8dcc0c..a74333ac8 100644 --- a/src/views/conference/2022/index/index.jsx +++ b/src/views/conference/2022/index/index.jsx @@ -10,6 +10,13 @@ const TitleBanner = require('../../../../components/title-banner/title-banner.js require('../../../../components/forms/button.scss'); require('./index.scss'); +const conferenceDate = (); + const ConferenceSplash = () => (
@@ -20,7 +27,7 @@ const ConferenceSplash = () => (

- + {conferenceDate}

@@ -44,12 +51,8 @@ const ConferenceSplash = () => ( - + {conferenceDate}{' '} + @@ -65,6 +68,7 @@ const ConferenceSplash = () => ( +
diff --git a/src/views/conference/2022/index/l10n.json b/src/views/conference/2022/index/l10n.json index 32717db3c..a72c96a56 100644 --- a/src/views/conference/2022/index/l10n.json +++ b/src/views/conference/2022/index/l10n.json @@ -1,11 +1,10 @@ { "conference-2022.title": "Scratch Conference 2022", - "conference-2022.subtitle": "An Online Conference", - "conference-2022.dateDesc": "July 21, 2022", "conference-2022.locationDetails": "Online", "conference-2022.date": "When:", "conference-2022.location": "Where:", + "conference-2022.eventTime": "10 AM - 4 PM ET", "conference-2022.desc1": "Join us for Scratch Conference 2022, an online gathering for educators interested in creative learning with Scratch! This year's theme will be \"What will you create?\"", "conference-2022.desc1a": "Although we are not able to meet in person this year, we are excited to find ways to connect and share with others in the global Scratch educator community.",