Skip to content

Commit 94361e0

Browse files
committed
fix: make copy more presentable
1 parent 0e943cc commit 94361e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/client/Preview.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ const PreviewEmptyState = () => {
235235
Parameters Playground
236236
</p>
237237
<p className="text-center font-medium text-content-secondary text-sm">
238-
Create dynamic parameters here, I need to figure out a better copy.
238+
Create dynamic forms for Workspaces that change based on user input.
239239
</p>
240240
</div>
241241
<a
@@ -369,7 +369,7 @@ const WasmLoading: FC = () => {
369369
Loading assets
370370
</p>
371371
<p className="text-content-secondary text-sm">
372-
Add some copy here to explain that this will only take a few moments
372+
Loading WebAssembly module, this should only take a few moments.
373373
</p>
374374
</div>
375375
</div>
@@ -383,7 +383,7 @@ const WasmError: FC = () => {
383383
Unable to load assets{" "}
384384
</p>
385385
<p className="text-content-destructive text-sm">
386-
Add some copy here to explain that this will only take a few moments
386+
There was an error loading the WebAssembly module.
387387
</p>
388388
</div>
389389
);

0 commit comments

Comments
 (0)