This commit is contained in:
Arjun 2026-02-25 09:07:58 +05:30
parent 9e91b8cab9
commit e51d632358

View file

@ -147,10 +147,11 @@ export function VersionHistoryPanel({
{date} · {time}
</span>
</div>
<div className="text-xs text-muted-foreground mt-0.5">
{commit.author}
{isLatest && ' (current)'}
</div>
{isLatest && (
<div className="text-xs text-muted-foreground mt-0.5">
Current version
</div>
)}
</button>
)
})}