Skip to content

Commit

Permalink
Update snapshot from icon change
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnathan Bell authored and Johnathan Bell committed Oct 29, 2024
1 parent 673bb90 commit e02a385
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions screens/__tests__/__snapshots__/SettingsScreen.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ exports[`SettingsScreen should render correctly 1`] = `
"data": [
{
"icon": {
"name": "ios-globe-outline",
"name": "globe-outline",
"type": "ionicon",
},
"key": "links-website",
Expand All @@ -118,7 +118,7 @@ exports[`SettingsScreen should render correctly 1`] = `
},
{
"icon": {
"name": "ios-book",
"name": "book",
"type": "ionicon",
},
"key": "links-documentation",
Expand All @@ -145,7 +145,7 @@ exports[`SettingsScreen should render correctly 1`] = `
},
{
"icon": {
"name": "ios-bug",
"name": "bug",
"type": "ionicon",
},
"key": "links-issue",
Expand Down

0 comments on commit e02a385

Please sign in to comment.