mirror of
https://github.com/strapi/strapi.git
synced 2025-09-14 11:08:35 +00:00
Fix the link component in login page
This commit is contained in:
parent
4aea5de416
commit
bb8a3084d4
@ -148,12 +148,10 @@ const Login = ({ onSubmit, schema, children }) => {
|
|||||||
<Row justifyContent="center">
|
<Row justifyContent="center">
|
||||||
<Box paddingTop={4}>
|
<Box paddingTop={4}>
|
||||||
<Link to="/auth/forgot-password">
|
<Link to="/auth/forgot-password">
|
||||||
<Text small>
|
|
||||||
{formatMessage({
|
{formatMessage({
|
||||||
id: 'Auth.link.forgot-password',
|
id: 'Auth.link.forgot-password',
|
||||||
defaultMessage: 'Forgot your password?',
|
defaultMessage: 'Forgot your password?',
|
||||||
})}
|
})}
|
||||||
</Text>
|
|
||||||
</Link>
|
</Link>
|
||||||
</Box>
|
</Box>
|
||||||
</Row>
|
</Row>
|
||||||
|
@ -512,13 +512,6 @@ describe('ADMIN | PAGES | AUTH | BaseLogin', () => {
|
|||||||
color: #666687;
|
color: #666687;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c38 {
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: 0.75rem;
|
|
||||||
line-height: 1.33;
|
|
||||||
color: #32324d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.c10 {
|
.c10 {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
@ -746,13 +739,9 @@ describe('ADMIN | PAGES | AUTH | BaseLogin', () => {
|
|||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="c35 c36 c37"
|
class="c35 c36 c37"
|
||||||
>
|
|
||||||
<span
|
|
||||||
class="c38"
|
|
||||||
>
|
>
|
||||||
Forgot your password?
|
Forgot your password?
|
||||||
</span>
|
</span>
|
||||||
</span>
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user