diff --git a/apps/space/components/account/auth-forms/auth-banner.tsx b/apps/space/components/account/auth-forms/auth-banner.tsx index 4a9c517b7d..e69e8ae272 100644 --- a/apps/space/components/account/auth-forms/auth-banner.tsx +++ b/apps/space/components/account/auth-forms/auth-banner.tsx @@ -4,8 +4,7 @@ * See the LICENSE file for details. */ -import { Info } from "lucide-react"; -import { CloseIcon } from "@plane/propel/icons"; +import { CloseOutline, InfoOutline } from "@makeplane/propel/icons"; // helpers import type { TAuthErrorInfo } from "@/helpers/authentication.helper"; @@ -21,14 +20,14 @@ export function AuthBanner(props: TAuthBanner) { return (
-
-
-