From 2ba6da3f554de8b58992ffc2145e2db17bc86d01 Mon Sep 17 00:00:00 2001 From: Eric Gauzens Date: Tue, 1 Oct 2024 18:13:32 -0400 Subject: [PATCH 1/3] re-order components and address components loading at different point --- components/FeaturedData/FeaturedData.vue | 2 +- components/HomepageNews/HomepageNews.vue | 6 +++--- components/PortalFeatures/PortalFeatures.vue | 4 ++-- .../ProjectsAndDatasets/ProjectsAndDatasets.vue | 4 ++-- components/SparcNumbers/SparcNumbers.vue | 2 +- components/StayConnected/StayConnected.vue | 4 ++-- pages/index.vue | 11 ++++++----- 7 files changed, 17 insertions(+), 16 deletions(-) diff --git a/components/FeaturedData/FeaturedData.vue b/components/FeaturedData/FeaturedData.vue index ec5a6c56..950f7be3 100644 --- a/components/FeaturedData/FeaturedData.vue +++ b/components/FeaturedData/FeaturedData.vue @@ -1,5 +1,5 @@