Skip to content

Commit

Permalink
fix(app-react-settings) setting label on fancy settings to fancy (#2636)
Browse files Browse the repository at this point in the history
* fix(app-react-settings) setting label on fancy settings to fancy

* chore: changeset
  • Loading branch information
eikeland authored Jan 9, 2025
1 parent 3f02c38 commit 3b2539d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/flat-suns-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@equinor/fusion-framework-cookbook-app-react-settings': patch
---

Changing label on fancy to Fancy
2 changes: 1 addition & 1 deletion cookbooks/app-react-settings/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const App = () => {
</select>
</section>
<section style={{ display: 'grid', gridTemplateColumns: '3em auto', gap: '1rem' }}>
<span>Size:</span>
<span>Fancy:</span>
<input type="checkbox" checked={fancy} onChange={onFancyChange} />
</section>
<div>
Expand Down

0 comments on commit 3b2539d

Please sign in to comment.