mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-18 14:52:04 +00:00
style(desktop): tighten error-boundary action gap
gap-4 → gap-2.5 between Try again / Reload window.
This commit is contained in:
parent
fd68ae6331
commit
9e02b18828
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ function RootErrorFallback({ error, reset }: ErrorBoundaryFallbackProps) {
|
|||
{error.message || String(error)}
|
||||
</div>
|
||||
|
||||
<div className="flex flex-wrap items-center gap-4">
|
||||
<div className="flex flex-wrap items-center gap-2.5">
|
||||
<Button onClick={reset}>
|
||||
<RefreshCw className="size-4" />
|
||||
Try again
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue