@kaspernj/api-maker 1.0.416 → 1.0.417

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaspernj/api-maker",
3
- "version": "1.0.416",
3
+ "version": "1.0.417",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "index.js",
@@ -108,7 +108,7 @@ export default memo(shapeComponent(class ApiMakerSuperAdminLayoutHeader extends
108
108
  <View dataSet={{class: "burger-menu-container"}}>
109
109
  {actions &&
110
110
  <Pressable dataSet={{class: "actions-link"}} onPress={this.tt.onGearsClicked} style={{marginRight: 8, fontSize: 22}}>
111
- <FontAwesomeIcon name="gear-solid" size={20} />
111
+ <FontAwesomeIcon name="gear" size={20} />
112
112
  </Pressable>
113
113
  }
114
114
  <Pressable dataSet={{class: "burger-menu-link"}} onPress={onTriggerMenu}>