Skip to content

Commit ef5f0ca

Browse files
committed
add to v2 UI
1 parent ae84084 commit ef5f0ca

File tree

1 file changed

+1
-1
lines changed
  • datahub-web-react/src/app/entityV2/shared

1 file changed

+1
-1
lines changed

datahub-web-react/src/app/entityV2/shared/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export function getExternalUrlDisplayName(entity: GenericEntityProperties | null
103103
// Scoping these constants
104104
const GITHUB_LINK = 'github.com';
105105
const GITHUB_NAME = 'GitHub';
106-
const GITLAB_LINK = 'gitlab.com';
106+
const GITLAB_LINK = 'gitlab.';
107107
const GITLAB_NAME = 'GitLab';
108108

109109
const externalUrl = entity?.properties?.externalUrl;

0 commit comments

Comments
 (0)