create-zenbu-app 0.0.17 → 0.0.19
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
|
@@ -18,7 +18,7 @@ function Home() {
|
|
|
18
18
|
|
|
19
19
|
return (
|
|
20
20
|
<main className="flex-1 px-8 pt-6 pb-8 font-sans text-[#e5e5e5]">
|
|
21
|
-
<h1 className="text-2xl font-bold mb-2">Welcome to Zenbu</h1>
|
|
21
|
+
<h1 className="text-2xl font-bold mb-2">Welcome to Zenbu.js</h1>
|
|
22
22
|
<p className="text-[#888] mb-6">
|
|
23
23
|
Edit <code>src/renderer/App.tsx</code> to get started.
|
|
24
24
|
</p>
|
|
@@ -30,7 +30,7 @@ function Home() {
|
|
|
30
30
|
setCwd(await rpc.app.repo.getCwd())
|
|
31
31
|
}}
|
|
32
32
|
>
|
|
33
|
-
Get
|
|
33
|
+
Get cwd
|
|
34
34
|
</button>
|
|
35
35
|
|
|
36
36
|
{cwd && (
|
|
@@ -18,7 +18,7 @@ function Home() {
|
|
|
18
18
|
|
|
19
19
|
return (
|
|
20
20
|
<main className="home">
|
|
21
|
-
<h1>Welcome to Zenbu</h1>
|
|
21
|
+
<h1>Welcome to Zenbu.js</h1>
|
|
22
22
|
<p className="lede">
|
|
23
23
|
Edit <code>src/renderer/App.tsx</code> to get started.
|
|
24
24
|
</p>
|
|
@@ -30,7 +30,7 @@ function Home() {
|
|
|
30
30
|
setCwd(await rpc.app.repo.getCwd())
|
|
31
31
|
}}
|
|
32
32
|
>
|
|
33
|
-
Get
|
|
33
|
+
Get cwd
|
|
34
34
|
</button>
|
|
35
35
|
|
|
36
36
|
{cwd && (
|