Skip to content

Commit

Permalink
Add github repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
hefengxian committed May 9, 2024
1 parent 9da2590 commit dbbd4aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/TheHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ const showMobileMenu = ref(false)
</div>
</div>
<div class="flex items-center justify-between lg:order-2">
<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()"
>
<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()">
<div i-carbon-sun dark:i-carbon-moon />
</button>
Expand Down

0 comments on commit dbbd4aa

Please sign in to comment.