[WEB-1345] chore: auth and loader responsiveness (#4494)
* chore: logo spinner improvement * chore: auth header action improvement
This commit is contained in:
parent
fd4aa38dc2
commit
9bf1863f33
4 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue