Răsfoiți Sursa

ignore: cloud

Jay V 5 luni în urmă
părinte
comite
222244719b
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      cloud/app/src/routes/index.tsx

+ 2 - 2
cloud/app/src/routes/index.tsx

@@ -71,10 +71,10 @@ export default function Home() {
           <div data-slot="right">
             <button data-copy data-slot="command">
               <span>
-                <span>curl -fsSL&nbsp;</span>
+                <span>curl -fsSL </span>
                 <span data-slot="protocol">https://</span>
                 <span data-slot="highlight">opencode.ai/install</span>
-                &nbsp;| bash
+                <span> | bash</span>
               </span>
               <CopyStatus />
             </button>