@emberkit/cli 0.6.1-alpha.4 → 0.6.1-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -146,7 +146,7 @@ const HomePage: RouteComponent = () => {
|
|
|
146
146
|
>
|
|
147
147
|
−
|
|
148
148
|
</button>
|
|
149
|
-
<span className="text-5xl font-bold tabular-nums min-w-[80px] text-amber-400">{count}</span>
|
|
149
|
+
<span className="text-5xl font-bold tabular-nums min-w-[80px] text-amber-400">{count.value}</span>
|
|
150
150
|
<button
|
|
151
151
|
className="w-12 h-12 rounded-lg bg-slate-800 border border-slate-700 hover:bg-ember-500 hover:border-ember-500 text-ember-500 hover:text-white text-xl transition-all hover:scale-110"
|
|
152
152
|
onClick={() => count.value++}
|