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.
props.
1 parent ba9ea1e commit c0aab9aCopy full SHA for c0aab9a
app/components/Package/Versions.vue
@@ -308,7 +308,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
308
>
309
<template #actions>
310
<a
311
- :href="`https://majors.nullvoxpopuli.com/q?packages=${props.packageName}`"
+ :href="`https://majors.nullvoxpopuli.com/q?packages=${packageName}`"
312
target="_blank"
313
rel="noopener noreferrer"
314
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