From 82334bbcae6713d258d1a5c74f4df0cf5104fce7 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sun, 9 Apr 2023 20:00:44 +0100 Subject: [PATCH] Refactor logic for download and subscribe popups --- src/components/BestPracticeHeader.astro | 33 ++++++---------------- src/components/Navigation/Navigation.astro | 10 +++---- src/components/RoadmapHeader.astro | 29 +++++-------------- 3 files changed, 21 insertions(+), 51 deletions(-) diff --git a/src/components/BestPracticeHeader.astro b/src/components/BestPracticeHeader.astro index 504fff3f8..e496b4012 100644 --- a/src/components/BestPracticeHeader.astro +++ b/src/components/BestPracticeHeader.astro @@ -20,7 +20,7 @@ const isBestPracticeReady = !isUpcoming;
-
+ - - diff --git a/src/components/Navigation/Navigation.astro b/src/components/Navigation/Navigation.astro index 1a835ddfb..66317528e 100644 --- a/src/components/Navigation/Navigation.astro +++ b/src/components/Navigation/Navigation.astro @@ -27,8 +27,8 @@ import AccountDropdown from './AccountDropdown.astro'; Videos -