Skip to content

Commit

Permalink
Merge branch 'desktop' into mainnet-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Mar 6, 2020
2 parents a6dea73 + 76801c6 commit c7c194a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions layouts/nonAuth.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<script>
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 All @@ -22,8 +20,6 @@

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

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

0 comments on commit c7c194a

Please sign in to comment.