chore: space app logo redirection updated (#4556)
This commit is contained in:
parent
2a83ac7376
commit
577996b34a
3 changed files with 8 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ import { useTheme } from "next-themes";
|
|||
// ui
|
||||
import { Button } from "@plane/ui";
|
||||
// helper
|
||||
import { GOD_MODE_URL } from "@/helpers/common.helper";
|
||||
import { GOD_MODE_URL, SPACE_BASE_PATH } from "@/helpers/common.helper";
|
||||
// images
|
||||
import PlaneTakeOffImage from "@/public/instance/plane-takeoff.png";
|
||||
import PlaneBackgroundPatternDark from "public/auth/background-pattern-dark.svg";
|
||||
|
|
@ -26,7 +26,7 @@ export const InstanceNotReady: FC = () => {
|
|||
<div className="h-screen w-full overflow-hidden overflow-y-auto flex flex-col">
|
||||
<div className="container h-[110px] flex-shrink-0 mx-auto px-5 lg:px-0 flex items-center justify-between gap-5 z-50">
|
||||
<div className="flex items-center gap-x-2 py-10">
|
||||
<Link href={`/spaces`} className="h-[30px] w-[133px]">
|
||||
<Link href={`${SPACE_BASE_PATH}/`} className="h-[30px] w-[133px]">
|
||||
<Image src={logo} alt="Plane logo" />
|
||||
</Link>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue