Skip to content

Commit c0aab9a

Browse files
authored
chore: remove props.
1 parent ba9ea1e commit c0aab9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/Versions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
308308
>
309309
<template #actions>
310310
<a
311-
:href="`https://majors.nullvoxpopuli.com/q?packages=${props.packageName}`"
311+
:href="`https://majors.nullvoxpopuli.com/q?packages=${packageName}`"
312312
target="_blank"
313313
rel="noopener noreferrer"
314314
class="text-fg-subtle hover:text-fg transition-colors duration-200 inline-flex items-center justify-center min-w-6 min-h-6 -m-1 p-1"

0 commit comments

Comments
 (0)