mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
Fix link error
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user