fix: remove invalid weight prop from lucide AlertTriangle icon

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
lucaronin
2026-03-19 09:52:02 +01:00
parent caa81ae96b
commit 6aca4e86d4

View File

@@ -21,7 +21,7 @@ export function ConflictNoteBanner({ onKeepMine, onKeepTheirs }: ConflictNoteBan
flexShrink: 0,
}}
>
<AlertTriangle size={13} weight="bold" />
<AlertTriangle size={13} />
<span>This note has a merge conflict</span>
<div style={{ marginLeft: 'auto', display: 'flex', gap: 4 }}>
<button