Skip to content

Commit 1d52b2c

Browse files
committed
Merge branch 'main' into dev
2 parents 05e2bf1 + bd6c381 commit 1d52b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/components/main-nav.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
class="theme-switch-wrap"
5050
>
5151
<template #checked-icon>
52-
<n-icon :component="LightModeOutlined" />
52+
<n-icon :component="DarkModeOutlined" />
5353
</template>
5454
<template #unchecked-icon>
55-
<n-icon :component="DarkModeOutlined" />
55+
<n-icon :component="LightModeOutlined" />
5656
</template>
5757
</n-switch>
5858
</div>

0 commit comments

Comments
 (0)