@@ -356,7 +356,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
356356 <div class =" overflow-hidden" >
357357 <LinkBase
358358 :to =" versionRoute(row.primaryVersion.version)"
359- variant = " link- block"
359+ block
360360 class =" text-sm"
361361 :class ="
362362 row.primaryVersion.deprecated ? 'text-red-400 hover:text-red-300' : undefined
@@ -413,7 +413,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
413413 <div class =" flex items-center justify-between gap-2" >
414414 <LinkBase
415415 :to =" versionRoute(v.version)"
416- variant = " link- block"
416+ block
417417 class =" text-xs"
418418 :class =" v.deprecated ? 'text-red-400 hover:text-red-300' : undefined"
419419 :title ="
@@ -511,7 +511,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
511511 <div class =" flex items-center justify-between gap-2" >
512512 <LinkBase
513513 :to =" versionRoute(row.primaryVersion.version)"
514- variant = " link- block"
514+ block
515515 class =" text-xs"
516516 :class ="
517517 row.primaryVersion.deprecated ? 'text-red-400 hover:text-red-300' : undefined
@@ -584,7 +584,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
584584 <LinkBase
585585 v-if =" group.versions[0]?.version"
586586 :to =" versionRoute(group.versions[0]?.version)"
587- variant = " link- block"
587+ block
588588 class =" text-xs"
589589 :class ="
590590 group.versions[0]?.deprecated
@@ -645,7 +645,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
645645 <LinkBase
646646 v-if =" group.versions[0]?.version"
647647 :to =" versionRoute(group.versions[0]?.version)"
648- variant = " link- block"
648+ block
649649 class =" text-xs ms-6"
650650 :class ="
651651 group.versions[0]?.deprecated
@@ -705,7 +705,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
705705 <div class =" flex items-center justify-between gap-2" >
706706 <LinkBase
707707 :to =" versionRoute(v.version)"
708- variant = " link- block"
708+ block
709709 class =" text-xs"
710710 :class =" v.deprecated ? 'text-red-400 hover:text-red-300' : undefined"
711711 :title ="
0 commit comments