Skip to content

Commit

Permalink
updating a header in the edu footer
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jul 18, 2024
1 parent 11cdccc commit 1250c8a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/vue/src/components/TheFooter/TheFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,12 @@
<div class="bg-opacity-15 lg:py-16 lg:mt-10 pt-10 pb-3 mt-8 bg-black">
<div class="3xl:px-0 container px-4 mx-auto">
<div v-if="data && data.relatedNasaSites">
<div class="text-subtitle text-blue edu:text-white mb-5">Related NASA Sites</div>
<div class="text-subtitle text-blue edu:text-white mb-5">
<template v-if="themeStore.theme === 'ThemeEdu'">
Related NASA Education Sites
</template>
<template v-else> Related NASA Sites </template>
</div>
<div class="auto-col-4">
<BaseLink
v-for="(item, index) in data.relatedNasaSites"
Expand Down

0 comments on commit 1250c8a

Please sign in to comment.