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 5816c7c commit f0f6731Copy full SHA for f0f6731
src/components/shared/Header.vue
@@ -85,14 +85,13 @@
85
Hire Me
86
</button>
87
</div>
88
- <div
+ <!-- Theme switcher start -->
89
+ <theme-switcher
90
+ :theme="theme"
91
+ @themeChanged="updateTheme"
92
class="ml-8 bg-primary-light dark:bg-ternary-dark px-3 py-2 shadow-sm rounded-xl cursor-pointer"
- >
- <theme-switcher
- :theme="theme"
93
- @themeChanged="updateTheme"
94
- />
95
- </div>
+ />
+ <!-- Theme switcher end -->
96
97
98
0 commit comments