This commit is contained in:
hailin 2025-03-24 18:57:12 +08:00
parent 9d7a4aae86
commit c25386d86e
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ export function NavBack() {
console.log("query", router)
return (
<nav className="fixed top-[4.25rem] container flex items-center justify-between " >
<nav className="fixed top-[1rem] container flex items-center justify-between " >
<Link href="/">
{t("home")}
</Link>