diff --git a/src/components/ConclusionSection.vue b/src/components/ConclusionSection.vue index 9b729de40b7e2b99c887b1ee54471995b0cc2ed2..a1d7726fc2a48986c2d059f4f1e791e5cb553d90 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 0627f603b1905322f8995f250aa84cff34d669a2..9d7daa6e99c25227b0dc84d0787097c41945952e 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" },