mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Update widget compiler title
This commit is contained in:
parent
82f21960b8
commit
d8310cabd9
@ -846,7 +846,7 @@ const widgets: Widget<any, any>[] = [
|
||||
|
||||
return (
|
||||
<PacificaCard
|
||||
title="Widget builder"
|
||||
title="Widget compiler"
|
||||
subtitle="This is a subtitle"
|
||||
>
|
||||
<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>[] = [
|
||||
return (
|
||||
<PacificaCard
|
||||
title="Widget builder"
|
||||
subtitle="This is a subtitle"
|
||||
>
|
||||
<textarea value={source} onChange={(e) => setSource(e.target.value)} style={{ width: '100%', height: '35%', fontFamily: "monospace" }} />
|
||||
{widgetInstanceRef.current && (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user