mirror of
https://github.com/makeplane/plane.git
synced 2026-04-26 10:08:44 -05:00
fix: GitHub casing across the platform (#6193)
This commit is contained in:
committed by
GitHub
parent
54f828cbfa
commit
77239ebcd4
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user