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> </Button>
<footer> <footer>
<Text link style={{ textAlign: 'center' }}>
<Link <Link
href={{ href={{
pathname: '/register', pathname: '/register',
query, query,
}} }}
> >
<a></a> <Text link style={{ textAlign: 'center' }}>
</Link>
</Text> </Text>
</Link>
</footer> </footer>
</Form> </Form>
</Content> </Content>

View File

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