🔀 Merge pull request #225 from ajnart/ajnart/issue202

🐛 Fix cannot open "New Tab URL" on mobile
This commit is contained in:
Thomas Camlong
2022-06-15 06:52:16 +02:00
committed by GitHub

View File

@@ -84,7 +84,7 @@ export function AppShelfItem(props: any) {
<Card.Section>
<Anchor
target="_blank"
href={service.url}
href={service.openedUrl ? service.openedUrl : service.url}
style={{ color: 'inherit', fontStyle: 'inherit', fontSize: 'inherit' }}
>
<Text mt="sm" align="center" lineClamp={1} weight={550}>