We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a86ae commit 0001e3fCopy full SHA for 0001e3f
components/navbar.vue
@@ -5,6 +5,7 @@
5
<div class="container flex items-center py-4 m-auto">
6
<div
7
v-if="showBackButton"
8
+ id="backToDataLink"
9
class="hidden mr-4 md:block hover:scale-110 filter hover:drop-shadow-md"
10
>
11
<NuxtLink to="/">
@@ -169,7 +170,7 @@ export default {
169
170
}
171
},
172
mounted() {
- if (this.$isDarkMode) {
173
+ if (this.$cookies.isDarkMode) {
174
this.toggleDarkMode(null, false)
175
176
document.documentElement.classList.remove('hidden')
0 commit comments