Skip to content

Commit

Permalink
FIX build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaFM committed Nov 22, 2024
1 parent d132171 commit 56e9b1b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions components/Landing/LandingHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@
</div>
<div class="col-lg-5 d-none d-lg-block">
<div class="welcome-header-image">
<img
src="~/assets/images/illustrations/lab_community.png"
alt="welcome header image"
/>
<img :src="communityImg" alt="welcome header image" />
</div>
</div>
</div>
Expand All @@ -67,7 +64,9 @@
</div>
</template>

<script setup></script>
<script setup>
const communityImg = "~/assets/images/illustrations/chart-person.svg";
</script>

<style scoped lang="scss">
.welcome-avatar {
Expand Down

0 comments on commit 56e9b1b

Please sign in to comment.