Skip to content

Commit

Permalink
remove twitter link
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Nov 13, 2024
1 parent 3e41d06 commit 44c776b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/TheHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
<a rel="nofollow me" title="Follow on Mastodon" target="_blank" class="mx-2" href="https://fosstodon.org/@AntaresSQL">
<BrandMastodonIcon class="text-gray-50" />
</a>
<a rel="nofollow me" title="Follow on Twitter" target="_blank" class="mx-2" href="https://twitter.com/AntaresSql">
<BrandTwitterIcon class="text-gray-50" />
</a>
</div>
<div class="lg:hidden">
<button type="button" class="ml-1 inline-flex items-center rounded-lg p-2 text-sm text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600 lg:hidden" aria-controls="mobile-menu-2" @click="isMenuOpen = !isMenuOpen">
Expand Down Expand Up @@ -66,7 +63,7 @@
</template>
<script setup>
import GithubButton from 'vue-github-button'
import { BrandTwitterIcon, BrandMastodonIcon, BrandGithubIcon } from 'vue-tabler-icons'
import { BrandMastodonIcon, BrandGithubIcon } from 'vue-tabler-icons'

const isMenuOpen = ref(false)
</script>
Expand Down

0 comments on commit 44c776b

Please sign in to comment.