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}
|
{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>
|
||||||
)
|
)
|
||||||
})}
|
})}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue