From d6cc2bfcefcb202b0abade3a5f5eeb16102f1154 Mon Sep 17 00:00:00 2001 From: Emelia Smith Date: Fri, 17 May 2024 19:05:32 +0200 Subject: [PATCH] fix: use anchor elements for packages to allow cmd+click --- inertia/components/package_logo.vue | 2 +- .../pages/home/components/package_card.vue | 66 +++++++++---------- inertia/pages/package/components/heading.vue | 2 +- 3 files changed, 33 insertions(+), 37 deletions(-) diff --git a/inertia/components/package_logo.vue b/inertia/components/package_logo.vue index 2f908ee..28f3e13 100644 --- a/inertia/components/package_logo.vue +++ b/inertia/components/package_logo.vue @@ -15,7 +15,7 @@ function iconPlaceholder({ category }: PackageInfo) { @/app/types diff --git a/inertia/pages/package/components/heading.vue b/inertia/pages/package/components/heading.vue index dae78e7..5751509 100644 --- a/inertia/pages/package/components/heading.vue +++ b/inertia/pages/package/components/heading.vue @@ -11,7 +11,7 @@ defineProps<{