Skip to content

Commit

Permalink
Hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Dec 2, 2024
1 parent ab86368 commit 4e62ec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/ThemeSwitcher.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<Button class="mr-3" :icon="appTheme === 'appdark' ? 'pi pi-sun' : 'pi pi-moon'" outlined @click="switchTheme" text />
<Button class="mr-3" :icon="appTheme === 'appdark' ? 'pi pi-moon' : 'pi pi-sun'" outlined @click="switchTheme"
text />
</template>

<script setup lang="ts">
Expand Down

0 comments on commit 4e62ec9

Please sign in to comment.