create-zenbu-app 0.0.25 → 0.0.26
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.
package/package.json
CHANGED
|
@@ -15,8 +15,7 @@ export function Home() {
|
|
|
15
15
|
<h1 className="text-2xl font-semibold mb-2">{{displayName}}</h1>
|
|
16
16
|
<p className="text-zinc-500 dark:text-zinc-400 text-sm leading-relaxed mb-6">
|
|
17
17
|
This app is yours to edit. The source lives on your machine and any
|
|
18
|
-
change you save reloads instantly
|
|
19
|
-
install plugins without rebuilding.
|
|
18
|
+
change you save reloads instantly.
|
|
20
19
|
</p>
|
|
21
20
|
|
|
22
21
|
<div className="text-xs uppercase tracking-wide text-zinc-400 dark:text-zinc-500 mb-1.5">
|