Skip to content

Commit

Permalink
fix(widgets): show ticker instead for calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
pwltr committed Feb 11, 2025
1 parent 4da383e commit 7cc8b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/CalculatorWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const CalculatorWidget = ({
}}
/>
</View>
<CaptionB color="gray1">bitcoin</CaptionB>
<CaptionB color="gray1">BTC</CaptionB>
</ThemedView>
<ThemedView style={styles.row} color="white06">
<ThemedView style={styles.icon} color="white10">
Expand Down

0 comments on commit 7cc8b81

Please sign in to comment.