From de79c024ed57fee672f8d41a8aeed1b38f1bca63 Mon Sep 17 00:00:00 2001 From: Kiril Videlov Date: Wed, 22 May 2024 14:44:23 +0200 Subject: [PATCH] style: Add text style to BranchFooter component. --- app/src/lib/components/BranchFooter.svelte | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/src/lib/components/BranchFooter.svelte b/app/src/lib/components/BranchFooter.svelte index c5490fad2..bd34fe829 100644 --- a/app/src/lib/components/BranchFooter.svelte +++ b/app/src/lib/components/BranchFooter.svelte @@ -56,12 +56,17 @@ }} /> {:else} - Branch {$branch.name} is up to date with the remote. + + Branch {$branch.name} is up to date with the remote. + {/if} {/if}