fix: contain a matching <a> in <span>

This commit is contained in:
TinsFox 2022-06-22 15:45:33 +08:00
parent d695302c4a
commit 2a31ffe2b9
No known key found for this signature in database
GPG Key ID: 8C86429AA20E8EBA
2 changed files with 20 additions and 20 deletions

View File

@ -67,16 +67,16 @@ const Page = () => {
</Button>
<footer>
<Text link style={{ textAlign: 'center' }}>
<Link
href={{
pathname: '/register',
query,
}}
>
<a></a>
</Link>
</Text>
<Link
href={{
pathname: '/register',
query,
}}
>
<Text link style={{ textAlign: 'center' }}>
</Text>
</Link>
</footer>
</Form>
</Content>

View File

@ -76,16 +76,16 @@ const Page = () => {
</Button>
<footer>
<Text link style={{ textAlign: 'center' }}>
<Link
href={{
pathname: '/login',
query,
}}
>
<a>使</a>
</Link>
</Text>
<Link
href={{
pathname: '/login',
query,
}}
>
<Text link style={{ textAlign: 'center' }}>
使
</Text>
</Link>
</footer>
</Form>
</Content>