File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 88 TouchableOpacity ,
99 View ,
1010} from "react-native" ;
11- import { XIcon } from "~/components/Icons" ;
11+ import { LinkIcon , XIcon } from "~/components/Icons" ;
1212import { Text } from "~/components/ui/text" ;
1313import { 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 >
You can’t perform that action at this time.
0 commit comments