mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-10 12:18:44 +08:00
style(desktop): drop the changelog divider in the update overlay
Flatten the available-update view — the hero/changelog split rides on gap spacing now instead of a --ui-stroke-tertiary hairline.
This commit is contained in:
@@ -182,7 +182,7 @@ function IdleView({
|
||||
</DialogDescription>
|
||||
</div>
|
||||
|
||||
<div className="grid gap-3 border-t border-(--ui-stroke-tertiary) pt-4">
|
||||
<div className="grid gap-3">
|
||||
{groups.map(group => (
|
||||
<div key={group.id}>
|
||||
<p className="text-[0.625rem] font-semibold uppercase tracking-wide text-muted-foreground">{group.label}</p>
|
||||
|
||||
Reference in New Issue
Block a user