fix: GitHub casing across the platform (#6193)
This commit is contained in:
parent
54f828cbfa
commit
77239ebcd4
5 changed files with 7 additions and 7 deletions
|
|
@ -30,7 +30,7 @@ export const InstanceHeader: FC = observer(() => {
|
|||
case "google":
|
||||
return "Google";
|
||||
case "github":
|
||||
return "Github";
|
||||
return "GitHub";
|
||||
case "gitlab":
|
||||
return "GitLab";
|
||||
case "workspace":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue