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} {date} · {time}
</span> </span>
</div> </div>
<div className="text-xs text-muted-foreground mt-0.5"> {isLatest && (
{commit.author} <div className="text-xs text-muted-foreground mt-0.5">
{isLatest && ' (current)'} Current version
</div> </div>
)}
</button> </button>
) )
})} })}