forked from github/plane
chore: plane logo without text updated (#3008)
This commit is contained in:
parent
aba4592b73
commit
13667d491b
@ -7,7 +7,7 @@ import { useMobxStore } from "lib/mobx/store-provider";
|
|||||||
import { SignInRoot, UserLoggedIn } from "components/accounts";
|
import { SignInRoot, UserLoggedIn } from "components/accounts";
|
||||||
import { Loader } from "@plane/ui";
|
import { Loader } from "@plane/ui";
|
||||||
// images
|
// images
|
||||||
import BluePlaneLogoWithoutText from "public/plane-logos/blue-without-text.png";
|
import BluePlaneLogoWithoutText from "public/plane-logos/blue-without-text-new.png";
|
||||||
|
|
||||||
export const LoginView = observer(() => {
|
export const LoginView = observer(() => {
|
||||||
// store
|
// store
|
||||||
|
@ -13,7 +13,7 @@ import useSignInRedirection from "hooks/use-sign-in-redirection";
|
|||||||
// ui
|
// ui
|
||||||
import { Button, Input } from "@plane/ui";
|
import { Button, Input } from "@plane/ui";
|
||||||
// images
|
// images
|
||||||
import BluePlaneLogoWithoutText from "public/plane-logos/blue-without-text.png";
|
import BluePlaneLogoWithoutText from "public/plane-logos/blue-without-text-new.png";
|
||||||
import latestFeatures from "public/onboarding/onboarding-pages.svg";
|
import latestFeatures from "public/onboarding/onboarding-pages.svg";
|
||||||
// helpers
|
// helpers
|
||||||
import { checkEmailValidity } from "helpers/string.helper";
|
import { checkEmailValidity } from "helpers/string.helper";
|
||||||
|
BIN
space/public/plane-logos/blue-without-text-new.png
Normal file
BIN
space/public/plane-logos/blue-without-text-new.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Loading…
Reference in New Issue
Block a user