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

delete nightmode

parent 72a5f0d8
...@@ -43,12 +43,6 @@ ...@@ -43,12 +43,6 @@
</div> </div>
</div> </div>
<v-divider vertical /> <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"> <div class="header-info">
<v-icon small> <v-icon small>
mdi-map-marker-outline mdi-map-marker-outline
...@@ -63,7 +57,7 @@ ...@@ -63,7 +57,7 @@
</div> </div>
<div v-if="auth" class="authentication"> <div v-if="auth" class="authentication">
<div class="header-info"> <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> </div>
<v-icon small> <v-icon small>
mdi-slash-forward mdi-slash-forward
...@@ -394,9 +388,6 @@ export default { ...@@ -394,9 +388,6 @@ export default {
this.getCardProducts() this.getCardProducts()
}) })
}, },
changeColor () {
this.$vuetify.theme.dark = !this.$vuetify.theme.dark
},
async logout () { async logout () {
try { try {
const resp = await this.$axios.post('/logout', { 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