Skip to content

Commit

Permalink
clean app page
Browse files Browse the repository at this point in the history
  • Loading branch information
hightouch67 committed Jan 23, 2021
1 parent 85926b2 commit 99a1dd8
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,6 @@
<div id="app">
<Splash v-if="showLoading" />
<template v-else>
<UiCenter v-if="username && !modalIsOpen" class="vue-ui-modal pt-2 pb-7 youtube">
<iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/RBzQQMykAjs"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<a
class="button button-blue mr-1"
href="https://www.youtube.com/channel/UCkL2TKHfMD1gUd_DTiX6WGA"
target="_blank"
>Follow us on Youtube</a>
<button class="button button-red" id="show-modal" @click="closeModal()">Close</button>
</UiCenter>

<TopNav v-if="username" />
<Sidebars v-if="username && showSidebar" />
<!-- <BottomNav v-if="username"/> -->
Expand All @@ -31,10 +14,6 @@
/>
</template>
<Notifications />
<!-- <UiCenter v-if="username && checkTime && timeIsopen" class="vue-ui-modal pt-2 pb-7 youtube">
<p>We detected an issue with your clock. Please check your local date time to avoid any display issue!</p>
<button class="button button-red" id="show-modal" @click="closeTimeModal()">Close</button>
</UiCenter> -->
<cookie-law style="z-index:99999">
<div slot="message">
<h3
Expand Down

0 comments on commit 99a1dd8

Please sign in to comment.