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 d4584fe commit d78ba09Copy full SHA for d78ba09
1 file changed
app/components/Compare/ComparisonGrid.vue
@@ -22,9 +22,13 @@ defineProps<{
22
:key="index"
23
class="comparison-cell comparison-cell-header"
24
>
25
- <span class="font-mono text-sm font-medium text-fg truncate" :title="header">
+ <NuxtLink
26
+ :to="`/package/${header}`"
27
+ class="font-mono text-sm font-medium text-fg truncate"
28
+ :title="header"
29
+ >
30
{{ header }}
- </span>
31
+ </NuxtLink>
32
</div>
33
34
0 commit comments