Fix link error

This commit is contained in:
ajnart
2022-12-11 00:03:28 +09:00
parent 7f508ed06d
commit 4104311d58

View File

@@ -28,15 +28,21 @@ export const GeneralTab = ({ form, openTab }: GeneralTabProps) => {
icon={<IconLink size={16} />} icon={<IconLink size={16} />}
label="Service url" label="Service url"
description={ description={
<Group spacing={3}>
<Text> <Text>
URL that will be opened when clicking on the service. Can be overwritten using URL that will be opened when clicking on the service. Can be overwritten using
<Text
onClick={() => openTab('behaviour')}
variant="link"
span
style={{
cursor: 'pointer',
}}
>
{' '}
on click URL{' '}
</Text> </Text>
<Text onClick={() => openTab('behaviour')} variant="link"> when using external URLs to enhance security.
on click URL
</Text> </Text>
<Text>when using external URLs to enhance security.</Text>
</Group>
} }
placeholder="https://google.com" placeholder="https://google.com"
variant="default" variant="default"