diff --git a/space/public/onboarding/profile-setup.svg b/space/public/onboarding/profile-setup.svg deleted file mode 100644 index 3364031fb..000000000 --- a/space/public/onboarding/profile-setup.svg +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/core/components/onboarding/invite-members.tsx b/web/core/components/onboarding/invite-members.tsx index 5b1c24f01..b300a2140 100644 --- a/web/core/components/onboarding/invite-members.tsx +++ b/web/core/components/onboarding/invite-members.tsx @@ -32,8 +32,8 @@ import useDynamicDropdownPosition from "@/hooks/use-dynamic-dropdown"; // services import { WorkspaceService } from "@/plane-web/services"; // assets -import InviteMembersDark from "@/public/onboarding/invite-members-dark.svg"; -import InviteMembersLight from "@/public/onboarding/invite-members-light.svg"; +import InviteMembersDark from "@/public/onboarding/invite-members-dark.webp"; +import InviteMembersLight from "@/public/onboarding/invite-members-light.webp"; // components import { OnboardingHeader } from "./header"; import { SwitchAccountDropdown } from "./switch-account-dropdown"; diff --git a/web/core/components/onboarding/profile-setup.tsx b/web/core/components/onboarding/profile-setup.tsx index 648ec7363..7685276b7 100644 --- a/web/core/components/onboarding/profile-setup.tsx +++ b/web/core/components/onboarding/profile-setup.tsx @@ -24,8 +24,8 @@ import { useEventTracker, useUser, useUserProfile } from "@/hooks/store"; // assets import ProfileSetupDark from "@/public/onboarding/profile-setup-dark.webp"; import ProfileSetupLight from "@/public/onboarding/profile-setup-light.webp"; -import UserPersonalizationDark from "@/public/onboarding/user-personalization-dark.svg"; -import UserPersonalizationLight from "@/public/onboarding/user-personalization-light.svg"; +import UserPersonalizationDark from "@/public/onboarding/user-personalization-dark.webp"; +import UserPersonalizationLight from "@/public/onboarding/user-personalization-light.webp"; import { AuthService } from "@/services/auth.service"; import { FileService } from "@/services/file.service"; diff --git a/web/public/onboarding/invite-members-dark.svg b/web/public/onboarding/invite-members-dark.svg deleted file mode 100644 index 7d4487f35..000000000 --- a/web/public/onboarding/invite-members-dark.svg +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/public/onboarding/invite-members-dark.webp b/web/public/onboarding/invite-members-dark.webp new file mode 100644 index 000000000..aee852d44 Binary files /dev/null and b/web/public/onboarding/invite-members-dark.webp differ diff --git a/web/public/onboarding/invite-members-light.svg b/web/public/onboarding/invite-members-light.svg deleted file mode 100644 index 06972d647..000000000 --- a/web/public/onboarding/invite-members-light.svg +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/public/onboarding/invite-members-light.webp b/web/public/onboarding/invite-members-light.webp new file mode 100644 index 000000000..f99410850 Binary files /dev/null and b/web/public/onboarding/invite-members-light.webp differ diff --git a/web/public/onboarding/user-personalization-dark.svg b/web/public/onboarding/user-personalization-dark.svg deleted file mode 100644 index 87119d09d..000000000 --- a/web/public/onboarding/user-personalization-dark.svg +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/public/onboarding/user-personalization-dark.webp b/web/public/onboarding/user-personalization-dark.webp new file mode 100644 index 000000000..37e369732 Binary files /dev/null and b/web/public/onboarding/user-personalization-dark.webp differ diff --git a/web/public/onboarding/user-personalization-light.svg b/web/public/onboarding/user-personalization-light.svg deleted file mode 100644 index 379df7c31..000000000 --- a/web/public/onboarding/user-personalization-light.svg +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/public/onboarding/user-personalization-light.webp b/web/public/onboarding/user-personalization-light.webp new file mode 100644 index 000000000..e08695247 Binary files /dev/null and b/web/public/onboarding/user-personalization-light.webp differ