Skip to content

Commit

Permalink
modified header navigation to unitap
Browse files Browse the repository at this point in the history
removed extra redirects
  • Loading branch information
Bob-six committed Jan 14, 2025
1 parent fc06e87 commit a51fc42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion components/layout/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const UserAuthStatus = dynamic(() => import("./auth"), { ssr: false });
const Header = () => {
return (
<header className="top-0 z-20 flex w-full items-center bg-gray10 px-8 py-3 text-xs">
<Link href={"/"}>
<Link href={"https://unitap.app"}>
<Image
src="/assets/images/navbar/logo.svg"
width={40}
Expand Down
10 changes: 0 additions & 10 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,5 @@
}
]
}
],
"rewrites": [
{
"source": "/home/:path*",
"destination": "https://dashboard.unitap.app/:path*"
},
{
"source": "/home/:path*",
"destination": "https://www.dashboard.unitap.app/:path*"
}
]
}

0 comments on commit a51fc42

Please sign in to comment.