Skip to content

Commit 4982d7d

Browse files
committed
tidy summary
1 parent d85f3b5 commit 4982d7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/components/diff/SidebarPanel.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ function handleFileSelect(file: FileChange) {
7070
<div class="border-b border-border shrink-0">
7171
<div class="px-3 py-2.5 border-b border-border">
7272
<div class="flex flex-wrap items-center justify-between gap-2">
73-
<h2 class="text-xs font-medium">Summary</h2>
73+
<span class="text-xs font-medium flex items-center gap-1.5">
74+
<span class="i-lucide-lightbulb w-3.5 h-3.5" />
75+
Summary
76+
</span>
7477
<div class="flex items-center gap-3 font-mono text-[10px]">
7578
<span class="flex items-center gap-1">
7679
<span class="text-green-500">+{{ compare.stats.filesAdded }}</span>

0 commit comments

Comments
 (0)