Skip to content

Commit

Permalink
Improve developer tab naming
Browse files Browse the repository at this point in the history
  • Loading branch information
twschiller committed Jul 6, 2024
1 parent 9424e13 commit 4587ac3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/pageEditor/tabs/editTab/dataPanel/DataPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,12 @@ const DataPanel: React.FC = () => {
<>
<Nav.Item className={dataPanelStyles.tabNav}>
<Nav.Link eventKey={DataPanelTabKey.ModComponentFormState}>
Editor State
Mod Component State
</Nav.Link>
</Nav.Item>
<Nav.Item className={dataPanelStyles.tabNav}>
<Nav.Link eventKey={DataPanelTabKey.BrickConfig}>
Brick Config
Brick Config State
</Nav.Link>
</Nav.Item>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ const StarterBrickDataPanel: React.FC = () => {
<>
<Nav.Item className={dataPanelStyles.tabNav}>
<Nav.Link eventKey={DataPanelTabKey.ModComponentFormState}>
Editor State
Mod Component State
</Nav.Link>
</Nav.Item>
<Nav.Item className={dataPanelStyles.tabNav}>
<Nav.Link eventKey={DataPanelTabKey.BrickConfig}>
Brick Config
Brick Config State
</Nav.Link>
</Nav.Item>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const ModComponentFormStateTab: React.FC = () => {
data={{ activeElement: activeModComponentFormState, annotations }}
searchable
tabKey={DataPanelTabKey.ModComponentFormState}
label="Editor State"
label="Mod Component Form State"
/>
</DataTab>
);
Expand Down

0 comments on commit 4587ac3

Please sign in to comment.