mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
fix snapshot
This commit is contained in:
parent
352e0f7ce4
commit
0dc2c1771f
@ -937,6 +937,7 @@ exports[`renders ./components/form/demo/normal-login.md correctly 1`] = `
|
||||
</label>
|
||||
<a
|
||||
class="login-form-forgot"
|
||||
href=""
|
||||
>
|
||||
Forgot password
|
||||
</a>
|
||||
@ -949,7 +950,9 @@ exports[`renders ./components/form/demo/normal-login.md correctly 1`] = `
|
||||
</span>
|
||||
</button>
|
||||
Or
|
||||
<a>
|
||||
<a
|
||||
href=""
|
||||
>
|
||||
register now!
|
||||
</a>
|
||||
</div>
|
||||
@ -1289,7 +1292,9 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
|
||||
</span>
|
||||
<span>
|
||||
I have read the
|
||||
<a>
|
||||
<a
|
||||
href=""
|
||||
>
|
||||
agreement
|
||||
</a>
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user