Commit 95ae8349 authored by Le Dinh Trung's avatar Le Dinh Trung

delete nightmode

parent 72a5f0d8
......@@ -43,12 +43,6 @@
</div>
</div>
<v-divider vertical />
<div class="header-info" @click="changeColor">
<v-icon small>
mdi-moon-waning-crescent
</v-icon>
<span>night</span>
</div>
<div class="header-info">
<v-icon small>
mdi-map-marker-outline
......@@ -63,7 +57,7 @@
</div>
<div v-if="auth" class="authentication">
<div class="header-info">
<span class="font-weight-bold font-weight-black">{{ auth }}</span>
<span class="font-weight-bold text-decoration-underline text-uppercase">{{ auth }}</span>
</div>
<v-icon small>
mdi-slash-forward
......@@ -394,9 +388,6 @@ export default {
this.getCardProducts()
})
},
changeColor () {
this.$vuetify.theme.dark = !this.$vuetify.theme.dark
},
async logout () {
try {
const resp = await this.$axios.post('/logout', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment