mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
fixes
This commit is contained in:
parent
9e91b8cab9
commit
e51d632358
1 changed files with 5 additions and 4 deletions
|
|
@ -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>
|
||||
)
|
||||
})}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue