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 617efb8 commit 93bcbfaCopy full SHA for 93bcbfa
app/pages/package/[...package].vue
@@ -1146,8 +1146,7 @@ onKeyStroke(
1146
<button
1147
type="button"
1148
@click="copyReadme()"
1149
- :disabled="!readmeData?.md"
1150
- class="px-2 py-1.5 font-mono text-xs rounded transition-colors duration-150 text-fg-subtle hover:text-fg inline-flex items-center gap-1.5"
+ class="px-2 py-1.5 font-mono text-xs rounded transition-colors duration-150 inline-flex items-center gap-1.5"
1151
:class="
1152
copiedReadme ? 'text-accent bg-accent/10' : 'text-fg-subtle bg-bg hover:text-fg'
1153
"
0 commit comments