diff --git a/src/components/Dashboard/Modals/EditService/Tabs/GeneralTab/GeneralTab.tsx b/src/components/Dashboard/Modals/EditService/Tabs/GeneralTab/GeneralTab.tsx
index 69e819403..397db91f5 100644
--- a/src/components/Dashboard/Modals/EditService/Tabs/GeneralTab/GeneralTab.tsx
+++ b/src/components/Dashboard/Modals/EditService/Tabs/GeneralTab/GeneralTab.tsx
@@ -28,15 +28,21 @@ export const GeneralTab = ({ form, openTab }: GeneralTabProps) => {
icon={}
label="Service url"
description={
-
-
- 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
+ openTab('behaviour')}
+ variant="link"
+ span
+ style={{
+ cursor: 'pointer',
+ }}
+ >
+ {' '}
+ on click URL{' '}
- openTab('behaviour')} variant="link">
- on click URL
-
- when using external URLs to enhance security.
-
+ when using external URLs to enhance security.
+
}
placeholder="https://google.com"
variant="default"