[WEB-1345] chore: auth and loader responsiveness (#4494)

* chore: logo spinner improvement

* chore: auth header action improvement
This commit is contained in:
Anmol Singh Bhatia 2024-05-16 23:35:53 +05:30 committed by GitHub
parent fd4aa38dc2
commit 9bf1863f33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ export const LogoSpinner = () => {
return (
<div className="flex items-center justify-center">
<Image src={logoSrc} alt="logo" className="w-[82px] h-[82px] mr-2" />
<Image src={logoSrc} alt="logo" className="size-16 sm:size-20 mr-2" />
</div>
);
};

View File

@ -111,7 +111,7 @@ const ForgotPasswordPage: NextPageWithLayout = () => {
<Image src={BluePlaneLogoWithoutText} height={30} width={30} alt="Plane Logo" />
<span className="text-2xl font-semibold sm:text-3xl">Plane</span>
</div>
<div className="text-center text-sm font-medium text-onboarding-text-300">
<div className="flex flex-col items-end sm:items-center sm:gap-2 sm:flex-row text-center text-sm font-medium text-onboarding-text-300">
New to Plane?{" "}
<Link
href="/"

View File

@ -45,7 +45,7 @@ const HomePage: NextPageWithLayout = observer(() => {
<Image src={BluePlaneLogoWithoutText} height={30} width={30} alt="Plane Logo" />
<span className="text-2xl font-semibold sm:text-3xl">Plane</span>
</div>
<div className="text-center text-sm font-medium text-onboarding-text-300">
<div className="flex flex-col items-end sm:items-center sm:gap-2 sm:flex-row text-center text-sm font-medium text-onboarding-text-300">
Already have an account?{" "}
<Link
href="/sign-in"

View File

@ -47,7 +47,7 @@ const SignInPage: NextPageWithLayout = observer(() => {
<Image src={BluePlaneLogoWithoutText} height={30} width={30} alt="Plane Logo" />
<span className="text-2xl font-semibold sm:text-3xl">Plane</span>
</div>
<div className="text-center text-sm font-medium text-onboarding-text-300">
<div className="flex flex-col items-end sm:items-center sm:gap-2 sm:flex-row text-center text-sm font-medium text-onboarding-text-300">
New to Plane?{" "}
<Link
href="/"