mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: GitHub casing across the platform (#6193)
This commit is contained in:
committed by
GitHub
parent
54f828cbfa
commit
77239ebcd4
@@ -168,7 +168,7 @@ export const GithubImporterRoot: React.FC = () => {
|
||||
<div className="space-y-4 rounded-[10px] border border-custom-border-200 bg-custom-background-100 p-4">
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="h-10 w-10 flex-shrink-0">
|
||||
<Image src={GithubLogo} alt="GithubLogo" />
|
||||
<Image src={GithubLogo} alt="GitHubLogo" />
|
||||
</div>
|
||||
<div className="flex h-full w-full items-center justify-center">
|
||||
{integrationWorkflowData.map((integration, index) => (
|
||||
|
||||
Reference in New Issue
Block a user