File tree Expand file tree Collapse file tree
app/pages/package/[[org]] Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1153,7 +1153,7 @@ onKeyStroke(
11531153 type =" button"
11541154 @click =" copyReadme()"
11551155 v-if =" readmeData?.md"
1156- class =" flex items-center h-8 gap-1.5 px-2 py-2 font-mono text-xs bg-bg-subtle border border-border-subtle border-solid rounded-md transition-colors duration-150 hover:(text-fg border-border-hover) active:scale-95 focus:border-border-hover hover:text-fg"
1156+ class =" flex items-center h-8 gap-1.5 px-2 py-2 font-mono text-xs leading-none bg-bg-subtle border border-border-subtle border-solid rounded-md transition-colors duration-150 hover:(text-fg border-border-hover) active:scale-95 focus:border-border-hover hover:text-fg"
11571157 :class =" copiedReadme ? 'text-fg' : 'text-fg-muted'"
11581158 :aria-label ="
11591159 copiedReadme ? $t('common.copied') : $t('package.readme.copy_as_markdown')
You can’t perform that action at this time.
0 commit comments