fix: GitHub casing across the platform (#6193)

This commit is contained in:
Aaryan Khandelwal
2024-12-13 02:22:46 +05:30
committed by GitHub
parent 54f828cbfa
commit 77239ebcd4
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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":