Dot notation

This commit is contained in:
bl00dymarie
2022-03-26 10:27:58 +00:00
committed by Lisa Hillebrand
parent d1ac12d165
commit 1584d2d368
+1 -1
View File
@@ -21,7 +21,7 @@ const AboutSection = () => {
key={link.url} key={link.url}
isCTA isCTA
isSmall isSmall
onPress={() => Linking.openURL(link['url'])} onPress={() => Linking.openURL(link.url)}
> >
{link['text']} {link['text']}
</Button> </Button>