diff --git a/sx/sx/home-stepper.sx b/sx/sx/home-stepper.sx index 39617810..8f5fd71d 100644 --- a/sx/sx/home-stepper.sx +++ b/sx/sx/home-stepper.sx @@ -2,7 +2,12 @@ ~home/stepper () (let - ((source (first (sx-parse "(div (~cssx/tw :tokens \"text-center\")\n (h1 (~cssx/tw :tokens \"text-3xl font-bold mb-2\")\n (span (~cssx/tw :tokens \"text-rose-500\") \"the \")\n (span (~cssx/tw :tokens \"text-amber-500\") \"joy \")\n (span (~cssx/tw :tokens \"text-emerald-500\") \"of \")\n (span (~cssx/tw :tokens \"text-violet-600 text-4xl\") \"sx\")))"))) + ((source "(div (~cssx/tw :tokens \"text-center\")\n (h1 (~cssx/tw :tokens \"text-3xl font-bold mb-2\")\n (span (~cssx/tw :tokens \"text-rose-500\") \"the \")\n (span (~cssx/tw :tokens \"text-amber-500\") \"joy \")\n (span (~cssx/tw :tokens \"text-emerald-500\") \"of \")\n (span (~cssx/tw :tokens \"text-violet-600 text-4xl\") \"sx\")))") + (h1 (~cssx/tw :tokens "text-3xl font-bold mb-2") + (span (~cssx/tw :tokens "text-rose-500") "the ") + (span (~cssx/tw :tokens "text-amber-500") "joy ") + (span (~cssx/tw :tokens "text-emerald-500") "of ") + (span (~cssx/tw :tokens "text-violet-600 text-4xl") "sx")))") (store (if (client?) (def-store "home-stepper" (fn () {:step-idx (signal 9)})) nil)) (steps (signal (list)))