Skip to content

Commit

Permalink
deleted a console print which I created for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
barisgul15 committed Jan 28, 2024
1 parent 5918e80 commit 8bd428e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/template/home.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<button type="button" tabindex="0"
class="text-left hover:bg-gray-100 dark:hover:bg-gray-800 py-2 px-4"
:class="{'bg-gray-100 dark:bg-gray-800': modeId === $store.theme.activeTheme}"
@click="$store.theme.setTheme(modeId); console.log('Theme changed:', modeId)"
@click="$store.theme.setTheme(modeId)"
x-text="mode.name">
</button>
</template>
Expand Down

0 comments on commit 8bd428e

Please sign in to comment.