Skip to content

Commit fad5be3

Browse files
committed
chore: align btc map modal link
1 parent 3d7e643 commit fad5be3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

components/BTCMapModal.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
TouchableOpacity,
99
View,
1010
} from "react-native";
11-
import { XIcon } from "~/components/Icons";
11+
import { LinkIcon, XIcon } from "~/components/Icons";
1212
import { Text } from "~/components/ui/text";
1313
import { useThemeColor } from "~/lib/useThemeColor";
1414

@@ -82,12 +82,13 @@ function BTCMapModal({ visible, onClose }: BTCMapModalProps) {
8282
Find merchants nearby, pay for goods and services, and help
8383
improve the map by contributing!
8484
</Text>
85-
<Text
85+
<TouchableOpacity
86+
className="my-2 flex flex-row gap-2 justify-center items-center"
8687
onPress={() => openURL("https://btcmap.org/")}
87-
className="text-lg underline font-semibold2 mb-2"
8888
>
89-
Visit btcmap.org
90-
</Text>
89+
<Text className="font-semibold2">Visit btcmap.org</Text>
90+
<LinkIcon width={16} className="text-primary-foreground" />
91+
</TouchableOpacity>
9192
</View>
9293
</ScrollView>
9394
</View>

0 commit comments

Comments
 (0)