Skip to content

Commit 1f72348

Browse files
committed
Add settings icon to demo app assets
1 parent 6fe8835 commit 1f72348

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed
447 Bytes
Loading
875 Bytes
Loading

demo/src/configurations.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const loadDemoConfigurations = () => {
1111
plus: require('./assets/icons/plus.png'),
1212
refresh: require('./assets/icons/refresh.png'),
1313
search: require('./assets/icons/search.png'),
14+
settings: require('./assets/icons/settings.png'),
1415
share: require('./assets/icons/share.png')
1516
});
1617

0 commit comments

Comments
 (0)