Qfix PRs icons (#6835)

Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
Alexander Platov 2024-10-07 21:13:30 +03:00 committed by GitHub
parent 9fc50c9485
commit 27548a49dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,14 +27,14 @@
</div>
{/if}
{:else if pr.state === GithubPullRequestState.merged}
<div class:ml-4={!small} class="flex-row-center">
<div class:ml-4={!small} class="flex-row-center" class:flex-no-shrink={small}>
<Icon icon={github.icon.PullRequestMerged} size={'small'} />
{#if !small}
<Label label={github.string.PRMerged} />
{/if}
</div>
{:else if pr.state === GithubPullRequestState.closed}
<div class:ml-4={!small} class="flex-row-center">
<div class:ml-4={!small} class="flex-row-center" class:flex-no-shrink={small}>
<Icon icon={github.icon.PullRequestClosed} size={'small'} />
{#if !small}
<Label label={github.string.PRClosed} />