feat: add button to view github app

This commit is contained in:
Mauricio Siu
2024-07-02 00:11:40 -06:00
parent d2420ed6e8
commit 997a8395b1
3 changed files with 33 additions and 3 deletions

View File

@@ -93,8 +93,18 @@ export const GithubSetup = () => {
</span>
<BadgeCheck className="size-4 text-green-700" />
</div>
<div className="flex items-end">
<div className="flex items-end gap-4 flex-wrap">
<RemoveGithubApp />
<Link
href={`https://github.com/settings/apps/${data?.githubAppName}`}
target="_blank"
className={buttonVariants({
className: "w-fit",
variant: "secondary",
})}
>
<span className="text-sm">Manage Github App</span>
</Link>
</div>
</div>
) : (