From 27548a49dd6eda401f28ffe6823e1ddc64ed8a7a Mon Sep 17 00:00:00 2001 From: Alexander Platov Date: Mon, 7 Oct 2024 21:13:30 +0300 Subject: [PATCH] Qfix PRs icons (#6835) Signed-off-by: Alexander Platov --- .../src/components/PullRequestMergeState.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/github/github-resources/src/components/PullRequestMergeState.svelte b/services/github/github-resources/src/components/PullRequestMergeState.svelte index 268f76e68c..033bb85961 100644 --- a/services/github/github-resources/src/components/PullRequestMergeState.svelte +++ b/services/github/github-resources/src/components/PullRequestMergeState.svelte @@ -27,14 +27,14 @@ {/if} {:else if pr.state === GithubPullRequestState.merged} -
+
{#if !small}
{:else if pr.state === GithubPullRequestState.closed} -
+
{#if !small}