Skip to content

Commit 57810af

Browse files
committed
fix : changed the link
1 parent 89671ac commit 57810af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rapidnative-components/RapidnativePill.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const RapidnativePill = () => {
66
const [isHovered, setIsHovered] = useState(false);
77

88
const handlePress = () => {
9-
Linking.openURL('https://rapidnative.com');
9+
Linking.openURL('https://rapidnative.com/?utm_source=nativebase-docs-banner&utm_medium=referral&utm_campaign=landing-banner');
1010
};
1111

1212
return (

0 commit comments

Comments
 (0)