refacto(github): comment github app

This commit is contained in:
Mauricio Siu
2024-07-05 22:48:32 -06:00
parent c8f14c322e
commit 45aae520d8

View File

@@ -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>
) : ( ) : (