We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c10da commit 496ada0Copy full SHA for 496ada0
app/pages/about.vue
@@ -457,6 +457,13 @@ onBeforeUnmount(() => {
457
height="64"
458
class="w-12 h-12 rounded-lg ring-2 ring-transparent transition-shadow duration-200 hover:ring-accent"
459
/>
460
+ <span
461
+ class="pointer-events-none absolute -top-9 inset-is-1/2 -translate-x-1/2 whitespace-nowrap rounded-md bg-gray-900 text-white dark:bg-gray-100 dark:text-gray-900 text-xs px-2 py-1 shadow-lg opacity-0 scale-95 transition-all duration-150 group-hover:opacity-100 group-hover:scale-100"
462
+ dir="ltr"
463
+ role="tooltip"
464
+ >
465
+ @{{ contributor.login }}
466
+ </span>
467
</LinkBase>
468
<button
469
v-else
0 commit comments