Skip to content

Commit

Permalink
remove testnet notice
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Mar 6, 2020
1 parent 1cb24e0 commit 680f75d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<script>
import {shortHashFilter, support} from "~/assets/utils";
import {NETWORK, TESTNET} from '~/assets/variables';
import TestnetNotice from '~/components/common/TestnetNotice';
import Snackbar from '~/components/common/Snackbar';
import Language from '~/layouts/_language';
import Footer from '~/layouts/_footer';
export default {
components: {
TestnetNotice,
Snackbar,
Language,
Footer,
Expand Down Expand Up @@ -69,8 +67,6 @@

<template>
<div class="main-wrap">
<TestnetNotice/>

<header class="header">
<div class="header__container u-container u-container--large">
<nuxt-link class="header__logo no-link" :to="$i18nGetPreferredPath('index')">
Expand Down

0 comments on commit 680f75d

Please sign in to comment.