Skip to content

Commit

Permalink
Update banner
Browse files Browse the repository at this point in the history
  • Loading branch information
agarrone committed Apr 5, 2024
1 parent db6ab34 commit ff00c04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/.vuepress/theme/layouts/Layout.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<main>
<InfoBanner />
<Header />
<Menu />
<span v-if="this.$router.currentRoute.path === '/'">
Expand Down Expand Up @@ -32,6 +33,7 @@ main > div {

<script>
import Header from "../components/Header";
import InfoBanner from "../components/InfoBanner";
import Footer from "../components/Footer";
import Menu from "../components/Menu";
import Hero from "../components/Hero";
Expand All @@ -40,6 +42,7 @@ import SchemaCardsSample from "../global-components/SchemaCardsSample";
export default {
components: {
InfoBanner,
Header,
Footer,
Menu,
Expand Down

0 comments on commit ff00c04

Please sign in to comment.