mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 09:31:55 +08:00
fix: detail overview title gap
This commit is contained in:
parent
5d57d6e171
commit
9d0cbfd7d8
@ -59,7 +59,7 @@ export default function ServerDetailOverview({ server_id }: { server_id: string
|
||||
<div>
|
||||
<div
|
||||
onClick={() => navigate("/")}
|
||||
className="flex flex-none cursor-pointer font-semibold leading-none items-center break-all tracking-tight gap-0.5 text-xl"
|
||||
className="flex flex-none cursor-pointer font-semibold leading-none items-center break-all tracking-tight gap-1 text-xl"
|
||||
>
|
||||
<BackIcon />
|
||||
{name}
|
||||
|
Loading…
x
Reference in New Issue
Block a user