Skip to content

Commit 53d487c

Browse files
authored
fix(widgets): show ticker instead for calculator (#2464)
1 parent 4da383e commit 53d487c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/widgets/CalculatorWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const CalculatorWidget = ({
113113
}}
114114
/>
115115
</View>
116-
<CaptionB color="gray1">bitcoin</CaptionB>
116+
<CaptionB color="gray1">BTC</CaptionB>
117117
</ThemedView>
118118
<ThemedView style={styles.row} color="white06">
119119
<ThemedView style={styles.icon} color="white10">

0 commit comments

Comments
 (0)