Skip to content

Commit 7ae5f6e

Browse files
Added Images for pre-beta preparations (#978)
Adding Changed Images from Next --> Main
2 parents 8d17d2a + 9ff4145 commit 7ae5f6e

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed
-73 KB
Loading
-33.2 KB
Loading

apps/web/assets/images/logo-dark.png

-20.9 KB
Loading

apps/web/components/signin/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const Signin = ({ API_URL, error }: SigninProps) => {
2929
md: 'flex-start',
3030
}}
3131
>
32-
<Image src={DarkLogo} width={80} alt="Impler Logo" />
32+
<Image src={DarkLogo} width={60} height={70} alt="Impler Logo" />
3333
<Title order={1} color="white">
3434
Sign In to your account
3535
</Title>

apps/web/pages/auth/reset/[token].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function ResetPasswordPage({}) {
2323
md: 'flex-start',
2424
}}
2525
>
26-
<Image src={DarkLogo} width={80} alt="Impler Logo" />
26+
<Image src={DarkLogo} width={60} height={70} alt="Impler Logo" />
2727
<Title order={1} color="white">
2828
Reset your password
2929
</Title>

apps/web/pages/auth/reset/request.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function RequestForgotPasswordPage() {
2222
md: 'flex-start',
2323
}}
2424
>
25-
<Image src={DarkLogo} width={80} alt="Impler Logo" />
25+
<Image src={DarkLogo} width={60} height={70} alt="Impler Logo" />
2626
<Title order={1} color="white">
2727
Request a password reset
2828
</Title>

apps/web/pages/auth/signup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function SignupPage() {
2424
md: 'flex-start',
2525
}}
2626
>
27-
<Image src={DarkLogo} width={80} alt="Impler Logo" />
27+
<Image src={DarkLogo} width={60} height={70} alt="Impler Logo" />
2828
<Title order={1} color="white">
2929
Create your account
3030
</Title>

0 commit comments

Comments
 (0)