File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -505,10 +505,10 @@ defineOgImageComponent('Package', {
505505 </div >
506506 <div class =" flex items-center gap-2 px-4 pt-3 pb-4" >
507507 <span class =" text-fg-subtle font-mono text-sm select-none" >$</span >
508- <code class =" font-mono text-sm" ><ClientOnly ><span class =" text-fg" >{{ selectedPMLabel }}</span > <span class =" text-fg-muted" >{{ selectedPMAction }}</span >& nbsp ; <span
508+ <code class =" font-mono text-sm" ><ClientOnly ><span class =" text-fg" >{{ selectedPMLabel }}</span > <span class =" text-fg-muted" >{{ selectedPMAction }}</span ><span
509509 v-if =" selectedPM !== 'deno'"
510510 class =" text-fg-muted"
511- > {{ pkg.name }}</span ><span
511+ >& nbsp ; {{ pkg.name }}</span ><span
512512 v-else
513513 class =" text-fg-muted"
514514 >{{ pkg.name }}</span ><template #fallback ><span class =" text-fg" >npm</span >  ; <span class =" text-fg-muted" >install {{ pkg.name }}</span ></template ></ClientOnly ></code >
You can’t perform that action at this time.
0 commit comments