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.
1 parent 2a9dbcd commit 091b63fCopy full SHA for 091b63f
1 file changed
app/pages/[...package].vue
@@ -452,6 +452,7 @@ defineOgImageComponent('Package', {
452
class="i-solar-eye-scan-outline w-3.5 h-3.5 inline-block"
453
aria-hidden="true"
454
/>
455
+ <span class="sr-only">Inspect dependency tree</span>
456
</a>
457
</dd>
458
</div>
@@ -671,6 +672,7 @@ defineOgImageComponent('Package', {
671
672
673
674
<button
675
+ type="button"
676
class="absolute top-3 right-3 px-2 py-1 font-mono text-xs text-fg-muted bg-bg-subtle/80 border border-border rounded transition-colors duration-200 hover:(text-fg border-border-hover) active:scale-95 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
677
@click="copyInstallCommand"
678
>
0 commit comments