We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae84084 commit ef5f0caCopy full SHA for ef5f0ca
datahub-web-react/src/app/entityV2/shared/utils.ts
@@ -103,7 +103,7 @@ export function getExternalUrlDisplayName(entity: GenericEntityProperties | null
103
// Scoping these constants
104
const GITHUB_LINK = 'github.com';
105
const GITHUB_NAME = 'GitHub';
106
- const GITLAB_LINK = 'gitlab.com';
+ const GITLAB_LINK = 'gitlab.';
107
const GITLAB_NAME = 'GitLab';
108
109
const externalUrl = entity?.properties?.externalUrl;
0 commit comments