We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b595dc8 commit 6d26929Copy full SHA for 6d26929
components/StarCard.vue
@@ -8,6 +8,7 @@
8
<div class="flex justify-center mt-8">
9
<div class="text-gray-600 flex space-x-1">
10
<a
11
+ v-if="star.twitter_id"
12
:href="`https://twitter.com/${star.twitter_id}`"
13
class="hover:bg-gray-300 hover:text-gray-700 dark:hover:bg-gray-800 text-gray-400 dark:text-gray-600 hover:dark:text-gray-300 rounded-full p-2 flex items-center justify-center"
14
>
0 commit comments