We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f2196 commit d8310caCopy full SHA for d8310ca
1 file changed
apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/widget-playground/page-client.tsx
@@ -846,7 +846,7 @@ const widgets: Widget<any, any>[] = [
846
847
return (
848
<PacificaCard
849
- title="Widget builder"
+ title="Widget compiler"
850
subtitle="This is a subtitle"
851
>
852
<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>[] = [
930
931
932
title="Widget builder"
933
- subtitle="This is a subtitle"
934
935
936
{widgetInstanceRef.current && (
0 commit comments