Skip to content

Commit 9793d1d

Browse files
Maxim Pekurineamodio
authored andcommitted
Adds GitLab icon
1 parent 73ed78e commit 9793d1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/git/remotes/gitlab.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ export class GitLabService extends RemoteProvider {
1616
super(domain, path, protocol, name, custom);
1717
}
1818

19+
get icon() {
20+
return 'gitlab';
21+
}
22+
1923
get name() {
2024
return this.formatName('GitLab');
2125
}

0 commit comments

Comments
 (0)