Skip to content

Commit

Permalink
revert(cookie banner): Temporarily hide until bootstrap works.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed May 5, 2022
1 parent 9ac186f commit f47a8de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<!-- The main content block -->
<v-main>
<nuxt/>
<CookieConsent />
<!-- <CookieConsent />-->
<ApiSnackbar/>
</v-main>

Expand All @@ -144,7 +144,7 @@ import ApiSnackbar from "../components/layout/ApiSnackbar";
import CookieConsent from "@/components/layout/CookieConsent";
export default {
components: {CookieConsent, ApiSnackbar, MenuListGroup, MenuSearch, GtdbLogo, MenuButton, MenuDropdown},
components: {ApiSnackbar, MenuListGroup, MenuSearch, GtdbLogo, MenuButton, MenuDropdown},
// head() {
// let productionScripts = []
// if (!process.env.DEV) {
Expand Down
1 change: 0 additions & 1 deletion plugins/vue-gtag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const vueGtag = ({app, env}) => {
params: {
send_page_view: true,
},
bootstrap: true
},
}, app.router)
}
Expand Down

0 comments on commit f47a8de

Please sign in to comment.