diff --git a/app/app.vue b/app/app.vue index c5dcfa1..7b0b58e 100644 --- a/app/app.vue +++ b/app/app.vue @@ -3,15 +3,28 @@ useHead({ link: [{ rel: 'icon', type: 'image/png', href: '/favicon.ico' }], title: 'Spanish Learning Process • By Arthur Danjou', }) + +const mode = useCookie('mode') +mode.value = mode.value || 'Spanish'