From 2d17a267be46c13462bdee0236ae8150326ece8c Mon Sep 17 00:00:00 2001
From: Kamran Ahmed
Date: Thu, 4 May 2023 18:18:44 +0100
Subject: [PATCH] Refactor upcoming form
---
src/components/UpcomingForm.astro | 17 +++++------------
src/icons/check.svg | 2 +-
2 files changed, 6 insertions(+), 13 deletions(-)
diff --git a/src/components/UpcomingForm.astro b/src/components/UpcomingForm.astro
index 40efaf6fb..9eb1a7dc6 100644
--- a/src/components/UpcomingForm.astro
+++ b/src/components/UpcomingForm.astro
@@ -12,7 +12,7 @@ import Icon from './AstroIcon.astro';
You will be notified by email when the roadmap is ready.
Please check back later or subscribe below.
@@ -23,27 +23,20 @@ import Icon from './AstroIcon.astro';
data-popup='login-popup'
type='button'
name='submit'
- class='font-regular text-md mt-5 hidden w-full rounded-md bg-gradient-to-r from-amber-700 to-blue-800 px-5 py-2.5 text-center text-white hover:from-amber-800 hover:to-blue-900 sm:mt-0'
+ class='font-regular text-md mt-5 w-full rounded-md bg-gray-700 px-5 py-2.5 text-center text-white hover:bg-black sm:mt-0'
aria-label='Get Notified'
- ga-category='notification'
- ga-action='Clicked Popup Opener'
- ga-label='Get Notified Popup'
>
- Get Notified
+ Notify me when ready!
diff --git a/src/icons/check.svg b/src/icons/check.svg
index 99ec2920b..fe7e41c6f 100644
--- a/src/icons/check.svg
+++ b/src/icons/check.svg
@@ -1,3 +1,3 @@