Skip to content

Commit

Permalink
refacto(github): comment github app
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Jul 6, 2024
1 parent c8f14c3 commit 45aae52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/dashboard/settings/github/github-setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const GithubSetup = () => {
</div>
<div className="flex items-end gap-4 flex-wrap">
<RemoveGithubApp />
<Link
{/* <Link
href={`https://github.com/settings/apps/${data?.githubAppName}`}
target="_blank"
className={buttonVariants({
Expand All @@ -104,7 +104,7 @@ export const GithubSetup = () => {
})}
>
<span className="text-sm">Manage Github App</span>
</Link>
</Link> */}
</div>
</div>
) : (
Expand Down

0 comments on commit 45aae52

Please sign in to comment.