Merge pull request #96 from TinsFox/main

fix: contain a matching <a> in <span>
This commit is contained in:
fantasticit 2022-06-22 19:03:50 +08:00 committed by GitHub
commit 7a55602275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>