style: Improve code formatting for better readability in CSS and JSX files

This commit is contained in:
elipeter 2026-05-06 04:49:13 -04:00
parent b51ae4f89d
commit 6c607634da
2 changed files with 11 additions and 6 deletions

View file

@ -430,7 +430,10 @@ export function ScanDetailPage() {
Compare with Previous
</button>
)}
<span className={`status-badge ${scan.status}`} style={{ marginLeft: 'auto' }}>
<span
className={`status-badge ${scan.status}`}
style={{ marginLeft: 'auto' }}
>
<span className={`status-dot ${scan.status}`}></span>
{scan.status}
</span>