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} />}
label="Service url"
description={
<Group spacing={3}>
<Text>
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 onClick={() => openTab('behaviour')} variant="link">
on click URL
when using external URLs to enhance security.
</Text>
<Text>when using external URLs to enhance security.</Text>
</Group>
}
placeholder="https://google.com"
variant="default"