File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ watch(open, isOpen => {
105105
106106 <div class =" p-3 bg-[#0d0d0d] border border-border rounded-lg font-mono text-sm" >
107107 <span class =" text-fg-subtle" >$</span >
108- <span class =" text-fg ml-2" >npx npmx-connector</span >
108+ <span class =" text-fg ml-2" >npx& nbsp ; npmx-connector</span >
109109 </div >
110110
111111 <p class =" text-sm text-fg-muted" >Then paste the token shown in your terminal:</p >
Original file line number Diff line number Diff line change @@ -495,15 +495,15 @@ defineOgImageComponent('Package', {
495495 <span class =" text-fg-subtle font-mono text-sm select-none" >$</span >
496496 <code class =" font-mono text-sm"
497497 ><ClientOnly
498- ><span class =" text-fg" >{{ selectedPMLabel }}</span >
499- <span class =" text-fg-muted" >{{ selectedPMAction }}</span
498+ ><span class =" text-fg" >{{ selectedPMLabel }}</span
499+ > & nbsp ; <span class =" text-fg-muted" >{{ selectedPMAction }}</span
500500 ><span v-if =" selectedPM !== 'deno'" class =" text-fg-muted"
501501 >  ; {{ pkg.name }}</span
502502 ><span v-else class =" text-fg-muted" >{{ pkg.name }}</span
503503 ><span v-if =" requestedVersion" class =" text-fg-muted" >@{{ requestedVersion }}</span
504504 ><template #fallback
505505 ><span class =" text-fg" >npm</span >  ; <span class =" text-fg-muted"
506- >install {{ pkg.name }}</span
506+ >install& nbsp ; {{ pkg.name }}</span
507507 ></template
508508 ></ClientOnly
509509 ></code
You can’t perform that action at this time.
0 commit comments