Skip to content

Commit

Permalink
refactor: rename panel
Browse files Browse the repository at this point in the history
  • Loading branch information
airslice committed Feb 6, 2025
1 parent 02ff145 commit 5fc4d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/beta/features/PluginPlayground/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const PluginPlayground: FC = () => {
<Panel noPadding alwaysOpen extend title="Settings">
<SettingsPanel />
</Panel>
<Panel noPadding alwaysOpen extend title="Widgets">
<Panel noPadding alwaysOpen extend title="Extension Settings">
<ExtensionSettingsPanel />
</Panel>
</Area>
Expand Down

0 comments on commit 5fc4d3c

Please sign in to comment.