Skip to content

Commit

Permalink
fix: align GitHub connect button (#5194)
Browse files Browse the repository at this point in the history
  • Loading branch information
briangregoryholmes authored Jul 7, 2024
1 parent 2dde08c commit 02d0a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-admin/src/routes/-/github/connect/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/>
</CtaMessage>
{/if}
<div class="mt-4 w-full">
<div class="mt-4 w-full flex justify-center">
<CtaButton variant="primary" href={redirectURL}>
Connect to Github
</CtaButton>
Expand Down

1 comment on commit 02d0a46

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.