Skip to content

Commit

Permalink
Align GitHub Integration buttons UI (#6100)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuvalSimha authored Dec 11, 2024
1 parent 61154fa commit 5be562e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/app/src/pages/organization-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function GitHubIntegrationSection(props: {
);

return organization.hasGitHubIntegration ? (
<>
<div className="flex flex-row justify-start gap-3">
<Button
variant="destructive"
disabled={deleteGitHubMutation.fetching}
Expand All @@ -94,7 +94,7 @@ function GitHubIntegrationSection(props: {
<Button variant="destructive" asChild>
<a href={`/api/github/connect/${organization.slug}`}>Adjust permissions</a>
</Button>
</>
</div>
) : (
<Button variant="default" asChild>
<a href={`/api/github/connect/${organization.slug}`}>
Expand Down

0 comments on commit 5be562e

Please sign in to comment.