Skip to content

Commit

Permalink
Adjusting specific Widget title
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasOmar committed Dec 7, 2022
1 parent d3fb0dc commit 4496621
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/pages/Home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ const Home = () => {
{
type: 'title',
content: {
titleText: 'Test',
titleText: 'First widget test',
titleSize: 'normal',
styles: { marginBottom: '20px' }
}
},
Expand Down

0 comments on commit 4496621

Please sign in to comment.