Skip to content

Commit 1241fa2

Browse files
committed
fix(widgets): show ticker instead for calculator
1 parent df6b480 commit 1241fa2

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)