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