From af63e3d01d7fb864304956766f761ddd21bec6b5 Mon Sep 17 00:00:00 2001 From: Cee <cnell@usgs.gov> Date: Thu, 6 Feb 2025 16:40:32 -0600 Subject: [PATCH] delete --- src/components/ConclusionSection.vue | 4 ++-- src/views/VisualizationView.vue | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/components/ConclusionSection.vue b/src/components/ConclusionSection.vue index 9b729de..a1d7726 100644 --- a/src/components/ConclusionSection.vue +++ b/src/components/ConclusionSection.vue @@ -43,9 +43,9 @@ </picture> - <div id="text2" class="text-container"> + <!-- <div id="text2" class="text-container"> <p v-html="t('text.components.socialVulnerabilityText.paragraph2')"></p> - </div> + </div> --> </div> </section> </template> diff --git a/src/views/VisualizationView.vue b/src/views/VisualizationView.vue index 0627f60..9d7daa6 100644 --- a/src/views/VisualizationView.vue +++ b/src/views/VisualizationView.vue @@ -6,9 +6,7 @@ <InteractiveDendrogram class="section-component"/> <MapsSection class="section-component"/> <ConclusionSection class="section-component"/> - <AboutTheTeam :data="circleData" class="section-component" /> - <ReferencesSection class="section-component" /> - <AuthorshipSection class="section-component end" /> + <ReferencesSection class="section-component end" /> </section> </template> @@ -22,9 +20,7 @@ const NarrativeIntro = defineAsyncComponent(() => import('../components/Narrativ const InteractiveDendrogram = defineAsyncComponent(() => import('../components/InteractiveDendrogram.vue')); const MapsSection = defineAsyncComponent(() => import('../components/MapsSection.vue')); const ConclusionSection = defineAsyncComponent(() => import('../components/ConclusionSection.vue')); -const AboutTheTeam = defineAsyncComponent(() => import('../components/AboutTheTeam.vue')); const ReferencesSection = defineAsyncComponent(() => import('../components/ReferencesSection.vue')); -const AuthorshipSection = defineAsyncComponent(() => import('../components/AuthorshipSection.vue')); const circleData = [ { name: "Oronde Drakes", link: "https://www.usgs.gov/staff-profiles/oronde-drakes", image: "https://hazards.colorado.edu/api/v2/uploads/avatar/oronde_drakes2-1556849997156.JPG" }, -- GitLab