Skip to content

Commit

Permalink
Remove click action on github link button
Browse files Browse the repository at this point in the history
  • Loading branch information
hefengxian committed May 9, 2024
1 parent dbbd4aa commit 34f671d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TheHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ const showMobileMenu = ref(false)
<a
href="https://github.com/hefengxian/my-ielts"
target="_blank"
class="rounded-lg p-2 text-gray-500 hover:bg-gray-100 dark:text-gray-400 hover:text-gray-900 focus:ring-4 focus:ring-gray-300 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-600" @click="toggleDark()"
class="rounded-lg p-2 text-gray-500 hover:bg-gray-100 dark:text-gray-400 hover:text-gray-900 focus:ring-4 focus:ring-gray-300 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-600"
>
<div i-simple-icons-github />
</a>
<button class="rounded-lg p-2 text-gray-500 hover:bg-gray-100 dark:text-gray-400 hover:text-gray-900 focus:ring-4 focus:ring-gray-300 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-600" @click="toggleDark()">
<button class="ml-2 rounded-lg p-2 text-gray-500 hover:bg-gray-100 dark:text-gray-400 hover:text-gray-900 focus:ring-4 focus:ring-gray-300 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-600" @click="toggleDark()">
<div i-carbon-sun dark:i-carbon-moon />
</button>

Expand Down

0 comments on commit 34f671d

Please sign in to comment.