Skip to content

Commit 6d26929

Browse files
committed
twitter link
1 parent b595dc8 commit 6d26929

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/StarCard.vue

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<div class="flex justify-center mt-8">
99
<div class="text-gray-600 flex space-x-1">
1010
<a
11+
v-if="star.twitter_id"
1112
:href="`https://twitter.com/${star.twitter_id}`"
1213
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"
1314
>

0 commit comments

Comments
 (0)