Skip to content

Commit d8310ca

Browse files
committed
Update widget compiler title
1 parent 82f2196 commit d8310ca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/widget-playground

apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/widget-playground/page-client.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ const widgets: Widget<any, any>[] = [
846846

847847
return (
848848
<PacificaCard
849-
title="Widget builder"
849+
title="Widget compiler"
850850
subtitle="This is a subtitle"
851851
>
852852
<textarea value={source} onChange={(e) => setSource(e.target.value)} style={{ width: '100%', height: '35%', fontFamily: "monospace" }} />
@@ -930,7 +930,6 @@ const widgets: Widget<any, any>[] = [
930930
return (
931931
<PacificaCard
932932
title="Widget builder"
933-
subtitle="This is a subtitle"
934933
>
935934
<textarea value={source} onChange={(e) => setSource(e.target.value)} style={{ width: '100%', height: '35%', fontFamily: "monospace" }} />
936935
{widgetInstanceRef.current && (

0 commit comments

Comments
 (0)