mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-04 12:40:10 +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
|
||||
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}
|
||||
|
||||
Reference in New Issue
Block a user