@@ -395,7 +395,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
395395 </div >
396396 </div >
397397 <div class =" flex items-center gap-2 shrink-0" >
398- <DateTime
398+ <DateTimeButton
399399 v-if =" row.primaryVersion.time"
400400 :datetime =" row.primaryVersion.time"
401401 year =" numeric"
@@ -444,7 +444,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
444444 </span >
445445 </NuxtLink >
446446 <div class =" flex items-center gap-2 shrink-0" >
447- <DateTime
447+ <DateTimeButton
448448 v-if =" v.time"
449449 :datetime =" v.time"
450450 class =" text-[10px] text-fg-subtle"
@@ -551,7 +551,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
551551 </span >
552552 </NuxtLink >
553553 <div class =" flex items-center gap-2 shrink-0 pe-2" >
554- <DateTime
554+ <DateTimeButton
555555 v-if =" row.primaryVersion.time"
556556 :datetime =" row.primaryVersion.time"
557557 class =" text-[10px] text-fg-subtle"
@@ -630,7 +630,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
630630 </NuxtLink >
631631 </div >
632632 <div class =" flex items-center gap-2 shrink-0 pe-2" >
633- <DateTime
633+ <DateTimeButton
634634 v-if =" group.versions[0]?.time"
635635 :datetime =" group.versions[0]?.time"
636636 class =" text-[10px] text-fg-subtle"
@@ -693,7 +693,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
693693 </NuxtLink >
694694 </div >
695695 <div class =" flex items-center gap-2 shrink-0 pe-2" >
696- <DateTime
696+ <DateTimeButton
697697 v-if =" group.versions[0]?.time"
698698 :datetime =" group.versions[0]?.time"
699699 class =" text-[10px] text-fg-subtle"
@@ -751,7 +751,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
751751 </span >
752752 </NuxtLink >
753753 <div class =" flex items-center gap-2 shrink-0 pe-2" >
754- <DateTime
754+ <DateTimeButton
755755 v-if =" v.time"
756756 :datetime =" v.time"
757757 class =" text-[10px] text-fg-subtle"
0 commit comments