Skip to content

Commit ae92c18

Browse files
committed
add success badge
1 parent a86d4f4 commit ae92c18

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • src/routes/(authenticated)/git/authorize-contributor

src/routes/(authenticated)/git/authorize-contributor/+page.svelte

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
{#if error}
5757
<Badge type="error" variant="secondary" content={error} />
5858
{/if}
59+
{#if success}
60+
<Badge type="success" variant="secondary" content={success} />
61+
{/if}
5962
<Typography.Title size="l" align="center" variant="m-500">
6063
The deployment for pull request #{providerPullRequestId}
6164
is awaiting approval. When authorized, deployments will be started.

0 commit comments

Comments
 (0)