File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -497,13 +497,13 @@ defineOgImageComponent('Package', {
497497 </div >
498498 <div class =" flex items-center gap-2 px-4 pt-3 pb-4" >
499499 <span class =" text-fg-subtle font-mono text-sm select-none" >$</span >
500- <code class =" font-mono text-sm" ><ClientOnly ><span class =" text-fg" >{{ selectedPMLabel }}</span > <span class =" text-fg-muted" >{{ selectedPMAction }}</span > <span
500+ <code class =" font-mono text-sm" ><ClientOnly ><span class =" text-fg" >{{ selectedPMLabel }}</span > <span class =" text-fg-muted" >{{ selectedPMAction }}</span >& nbsp ; <span
501501 v-if =" selectedPM !== 'deno'"
502502 class =" text-fg-muted"
503503 > {{ pkg.name }}</span ><span
504504 v-else
505505 class =" text-fg-muted"
506- >{{ pkg.name }}</span ><template #fallback ><span class =" text-fg" >npm</span > <span class =" text-fg-muted" >install {{ pkg.name }}</span ></template ></ClientOnly ></code >
506+ >{{ pkg.name }}</span ><template #fallback ><span class =" text-fg" >npm</span >& nbsp ; <span class =" text-fg-muted" >install {{ pkg.name }}</span ></template ></ClientOnly ></code >
507507 </div >
508508 </div >
509509 <button
You can’t perform that action at this time.
0 commit comments