chore: plane logo asset updated (#4562)

This commit is contained in:
Anmol Singh Bhatia 2024-05-23 14:45:40 +05:30 committed by GitHub
parent 7089474c11
commit 073d453752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 27 additions and 129 deletions

View file

@ -22,8 +22,8 @@ import { AuthenticationWrapper } from "@/lib/wrappers";
import PlaneBackgroundPatternDark from "public/auth/background-pattern-dark.svg";
import PlaneBackgroundPattern from "public/auth/background-pattern.svg";
import BlackHorizontalLogo from "public/plane-logos/black-horizontal-with-blue-logo.svg";
import WhiteHorizontalLogo from "public/plane-logos/white-horizontal-with-blue-logo.svg";
import BlackHorizontalLogo from "public/plane-logos/black-horizontal-with-blue-logo.png";
import WhiteHorizontalLogo from "public/plane-logos/white-horizontal-with-blue-logo.png";
export type AuthType = "sign-in" | "sign-up";