Skip to content

Commit

Permalink
🚨 (lint) lint project
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jun 23, 2021
1 parent 1b940aa commit 69ef7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin/app/components/AppHeaderNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<div class="flex-auto"></div>

<button @click="toggleDark" class="p-1 opacity-50 hover:opacity-100 !outline-none">
<button class="p-1 opacity-50 hover:opacity-100 !outline-none" @click="toggleDark">
<heroicons-outline-moon v-if="isDark" />
<heroicons-outline-sun v-else />
</button>
Expand Down

1 comment on commit 69ef7a7

@vercel
Copy link

@vercel vercel bot commented on 69ef7a7 Jun 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.