From 2d319261501025fc8b0fd35e1596a06ba578fb8a Mon Sep 17 00:00:00 2001 From: Jose Felix Date: Wed, 10 Jan 2024 15:41:58 -0400 Subject: [PATCH 1/2] feat: add end date and remove isExternal --- cms/top-announcement-banner.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cms/top-announcement-banner.json b/cms/top-announcement-banner.json index 83a20bb..2d7763e 100644 --- a/cms/top-announcement-banner.json +++ b/cms/top-announcement-banner.json @@ -5,9 +5,9 @@ "enTextOrLocalizationPath": "Help shape the future of Osmosis.", "link": { "enTextOrLocalizationKey": "Give us feedback", - "url": "https://tally.so/r/3jPPqY", - "isExternal": true + "url": "https://tally.so/r/3jPPqY" }, - "localStorageKey": "shape-the-future-of-osmosis-10-jan" + "localStorageKey": "shape-the-future-of-osmosis-10-jan", + "endDate": "2024-01-24T00:00:00Z" } } From 8fcac8bfe8128471487a6ef8ad1606b9291640fb Mon Sep 17 00:00:00 2001 From: Jose Felix Date: Wed, 10 Jan 2024 16:32:02 -0400 Subject: [PATCH 2/2] feat: add start date --- cms/top-announcement-banner.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/top-announcement-banner.json b/cms/top-announcement-banner.json index 2d7763e..2e4927c 100644 --- a/cms/top-announcement-banner.json +++ b/cms/top-announcement-banner.json @@ -8,6 +8,7 @@ "url": "https://tally.so/r/3jPPqY" }, "localStorageKey": "shape-the-future-of-osmosis-10-jan", + "startDate": "2024-01-10T00:00:00Z", "endDate": "2024-01-24T00:00:00Z" } }