mirror of
https://github.com/strapi/strapi.git
synced 2025-09-14 02:57:52 +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">
|
||||
<Box paddingTop={4}>
|
||||
<Link to="/auth/forgot-password">
|
||||
<Text small>
|
||||
{formatMessage({
|
||||
id: 'Auth.link.forgot-password',
|
||||
defaultMessage: 'Forgot your password?',
|
||||
})}
|
||||
</Text>
|
||||
</Link>
|
||||
</Box>
|
||||
</Row>
|
||||
|
@ -512,13 +512,6 @@ describe('ADMIN | PAGES | AUTH | BaseLogin', () => {
|
||||
color: #666687;
|
||||
}
|
||||
|
||||
.c38 {
|
||||
font-weight: 400;
|
||||
font-size: 0.75rem;
|
||||
line-height: 1.33;
|
||||
color: #32324d;
|
||||
}
|
||||
|
||||
.c10 {
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
@ -746,13 +739,9 @@ describe('ADMIN | PAGES | AUTH | BaseLogin', () => {
|
||||
>
|
||||
<span
|
||||
class="c35 c36 c37"
|
||||
>
|
||||
<span
|
||||
class="c38"
|
||||
>
|
||||
Forgot your password?
|
||||
</span>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user