Skip to content

Commit bf53938

Browse files
committed
Fix currency icon typo and update reference
1 parent 18055b8 commit bf53938

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/src/main/java/org/bitcoinppl/cove/settings/SettingsScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ fun SettingsScreen() {
102102
Spacer()
103103
SettingsItem(
104104
stringResource(R.string.title_settings_currency),
105-
iconResId = R.drawable.icon_currecncy,
105+
iconResId = R.drawable.icon_currency,
106106
onClick = {
107107
//TODO:Navigate to currency Settings screen
108108
})
@@ -116,4 +116,4 @@ fun SettingsScreen() {
116116
@Composable
117117
private fun Spacer() {
118118
CustomSpacer(paddingValues = PaddingValues(start = 56.dp))
119-
}
119+
}
File renamed without changes.

0 commit comments

Comments
 (0)