mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-05 21:20:08 +00:00
fix: detail overview title gap
This commit is contained in:
@@ -59,7 +59,7 @@ export default function ServerDetailOverview({ server_id }: { server_id: string
|
|||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
onClick={() => navigate("/")}
|
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 />
|
<BackIcon />
|
||||||
{name}
|
{name}
|
||||||
|
|||||||
Reference in New Issue
Block a user