Skip to content

Commit

Permalink
update announce
Browse files Browse the repository at this point in the history
  • Loading branch information
hightouch67 committed Jan 23, 2021
1 parent 4b5591c commit 85926b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<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">
<cookie-law style="z-index:99999">
<div slot="message">
<h3
class="text-center text-red"
>IMPORTANT NOTE: DRUGWARS v0.7 IS RELEASED, DON'T FORGET TO CHOOSE DETROIT AS YOUR CURRENT SERVER IF YOU WERE PLAYING BEFORE THIS UPDATE. THANK YOU FOR YOUR UNDERSTANDING</h3>
>Thanks to all for your loyalty to the game. The team will soon announce exciting news for Drugwars and all DWD holders! </h3>
</div>
</cookie-law> -->
</cookie-law>
</div>
</template>

Expand All @@ -59,7 +59,7 @@ export default {
attempt: 1,
connected: false,
timeIsopen: false,
firstLoad:true,
firstLoad: true,
};
},
components: { CookieLaw },
Expand Down Expand Up @@ -124,7 +124,7 @@ export default {
width: auto;
height: auto;
z-index: -100;
background: url(//img.drugwars.io/bg.jpg) no-repeat;
background: url(//img.drugwars.io/bg4.jpg) no-repeat;
background-size: cover;
}
Expand Down

0 comments on commit 85926b2

Please sign in to comment.