feat: logo fix
This commit is contained in:
parent
d43690e688
commit
0690d0b80b
|
|
@ -5,6 +5,7 @@ import { ReactNode } from 'react';
|
|||
import Image from 'next/image';
|
||||
import loadDynamic from 'next/dynamic';
|
||||
import { TestimonialComponent } from '@gitroom/frontend/components/auth/testimonial.component';
|
||||
import { LogoTextComponent } from '@gitroom/frontend/components/ui/logo-text.component';
|
||||
const ReturnUrlComponent = loadDynamic(() => import('./return.url.component'));
|
||||
export default async function AuthLayout({
|
||||
children,
|
||||
|
|
@ -18,8 +19,8 @@ export default async function AuthLayout({
|
|||
{/*<style>{`html, body {overflow-x: hidden;}`}</style>*/}
|
||||
<ReturnUrlComponent />
|
||||
<div className="flex flex-col py-[40px] px-[20px] flex-1 lg:w-[600px] lg:flex-none rounded-[12px] text-white p-[12px] bg-[#1A1919]">
|
||||
<div className="w-full max-w-[440px] mx-auto justify-center gap-[20px] h-full flex flex-col">
|
||||
<Image width={100} height={33} src="/logo-text.svg" alt="Postiz" />
|
||||
<div className="w-full max-w-[440px] mx-auto justify-center gap-[20px] h-full flex flex-col text-white">
|
||||
<LogoTextComponent />
|
||||
<div className="flex">{children}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ export const ButtonCaster: FC<{
|
|||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
>
|
||||
<g clip-path="url(#clip0_2026_31786)">
|
||||
<g clipPath="url(#clip0_2026_31786)">
|
||||
<path
|
||||
d="M18.75 0H5.25C2.35051 0 0 2.35051 0 5.25V18.75C0 21.6495 2.35051 24 5.25 24H18.75C21.6495 24 24 21.6495 24 18.75V5.25C24 2.35051 21.6495 0 18.75 0Z"
|
||||
fill="#7C65C1"
|
||||
|
|
|
|||
|
|
@ -329,7 +329,7 @@ export const GeneratorComponent = () => {
|
|||
viewBox="0 0 20 20"
|
||||
fill="none"
|
||||
>
|
||||
<g clip-path="url(#clip0_1930_7370)">
|
||||
<g clipPath="url(#clip0_1930_7370)">
|
||||
<path
|
||||
d="M5.41675 10.8337L6.07046 12.1411C6.2917 12.5836 6.40232 12.8048 6.55011 12.9965C6.68124 13.1667 6.83375 13.3192 7.00388 13.4503C7.19559 13.5981 7.41684 13.7087 7.85932 13.9299L9.16675 14.5837L7.85932 15.2374C7.41684 15.4586 7.19559 15.5692 7.00388 15.717C6.83375 15.8482 6.68124 16.0007 6.55011 16.1708C6.40232 16.3625 6.2917 16.5837 6.07046 17.0262L5.41675 18.3337L4.76303 17.0262C4.54179 16.5837 4.43117 16.3625 4.28339 16.1708C4.15225 16.0007 3.99974 15.8482 3.82962 15.717C3.6379 15.5692 3.41666 15.4586 2.97418 15.2374L1.66675 14.5837L2.97418 13.9299C3.41666 13.7087 3.6379 13.5981 3.82962 13.4503C3.99974 13.3192 4.15225 13.1667 4.28339 12.9965C4.43117 12.8048 4.54179 12.5836 4.76303 12.1411L5.41675 10.8337Z"
|
||||
stroke="white"
|
||||
|
|
|
|||
Loading…
Reference in New Issue