change color of zap icon for light/dark mode
This commit is contained in:
parent
f3927b97a4
commit
335c06dd08
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ const toggleLocale = () => {
|
|||
<!-- Logo and Desktop Navigation -->
|
||||
<div class="flex items-center gap-6">
|
||||
<router-link to="/" class="flex ml-4 items-center gap-2">
|
||||
<Zap class="h-6 w-6 text-orange-600 dark:text-orange-400" />
|
||||
<Zap class="h-6 w-6" :class="theme === 'dark' ? 'text-orange-400' : 'text-fuchsia-600'" />
|
||||
<span class=" font-semibold">{{ t('nav.title') }}</span>
|
||||
</router-link>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue