Skip to content

Commit c5fd41c

Browse files
committed
feat: add placeholder to AppName input
1 parent 15c311e commit c5fd41c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/common/Settings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const Settings = ({ handleSettingsChange, appName, setAppName }) => {
2828
onChange={e => {
2929
setAppName(e.target.value)
3030
}}
31+
placeholder="MyAwesomeApp"
3132
/>
3233
</Form.Item>
3334
</Form>

0 commit comments

Comments
 (0)