mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refacto(github): comment github app
This commit is contained in:
@@ -95,7 +95,7 @@ export const GithubSetup = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="flex items-end gap-4 flex-wrap">
|
<div className="flex items-end gap-4 flex-wrap">
|
||||||
<RemoveGithubApp />
|
<RemoveGithubApp />
|
||||||
<Link
|
{/* <Link
|
||||||
href={`https://github.com/settings/apps/${data?.githubAppName}`}
|
href={`https://github.com/settings/apps/${data?.githubAppName}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className={buttonVariants({
|
className={buttonVariants({
|
||||||
@@ -104,7 +104,7 @@ export const GithubSetup = () => {
|
|||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<span className="text-sm">Manage Github App</span>
|
<span className="text-sm">Manage Github App</span>
|
||||||
</Link>
|
</Link> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user