Skip to content

Commit

Permalink
Make the theme selector client-only
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Aug 30, 2024
1 parent d04a8ab commit a4efc3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/components/VFooter/VFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ const linkColumnHeight = computed(() => ({
v-bind="languageProps"
class="language max-w-full border-secondary"
/>
<VThemeSelect class="border-secondary" />
<ClientOnly>
<VThemeSelect class="border-secondary" />
</ClientOnly>
</div>
</template>
<template v-else>
Expand Down

0 comments on commit a4efc3a

Please sign in to comment.