forked from github/plane
chore: login page content updated
This commit is contained in:
parent
d09f6f81da
commit
06fed034a2
@ -15,7 +15,7 @@ import { IUser } from "types/user";
|
|||||||
import { Lightbulb } from "lucide-react";
|
import { Lightbulb } from "lucide-react";
|
||||||
// images
|
// images
|
||||||
import BluePlaneLogoWithoutText from "public/plane-logos/blue-without-text.png";
|
import BluePlaneLogoWithoutText from "public/plane-logos/blue-without-text.png";
|
||||||
import signInIssues from "public/onboarding/onboarding-issues.svg";
|
import latestFeatures from "public/onboarding/onboarding-pages.svg";
|
||||||
|
|
||||||
export const LoginView = observer(() => {
|
export const LoginView = observer(() => {
|
||||||
// store
|
// store
|
||||||
@ -88,22 +88,19 @@ export const LoginView = observer(() => {
|
|||||||
<Lightbulb className="h-7 w-7 mr-2 mx-3" />
|
<Lightbulb className="h-7 w-7 mr-2 mx-3" />
|
||||||
<p className="text-sm text-left text-onboarding-text-100">
|
<p className="text-sm text-left text-onboarding-text-100">
|
||||||
Pages gets a facelift! Write anything and use Galileo to help you start.{" "}
|
Pages gets a facelift! Write anything and use Galileo to help you start.{" "}
|
||||||
<Link
|
<Link href="https://plane.so/changelog" target="_blank" rel="noopener noreferrer">
|
||||||
href="https://plane.so/changelog"
|
<span className="font-medium text-sm underline hover:cursor-pointer">Learn more</span>
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
className="font-medium text-sm underline hover:cursor-pointer"
|
|
||||||
>
|
|
||||||
Learn more
|
|
||||||
</Link>
|
</Link>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex justify-center border border-onboarding-border-200 sm:w-96 sm:h-52 object-cover mt-8 mx-auto rounded-md bg-onboarding-background-100 ">
|
<div className="border border-onboarding-border-200 sm:w-96 sm:h-52 object-cover mt-8 mx-auto rounded-md bg-onboarding-background-100 overflow-hidden">
|
||||||
<Image
|
<div className="h-[90%]">
|
||||||
src={signInIssues}
|
<Image
|
||||||
alt="Plane Issues"
|
src={latestFeatures}
|
||||||
className={`flex object-cover rounded-md bg-custom-primary-70 `}
|
alt="Plane Issues"
|
||||||
/>
|
className="rounded-md h-full ml-8 -mt-2 bg-onboarding-background-100"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1.7 MiB |
62
space/public/onboarding/onboarding-pages.svg
Normal file
62
space/public/onboarding/onboarding-pages.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 528 KiB |
Loading…
Reference in New Issue
Block a user