fix error

This commit is contained in:
2022-12-02 00:33:54 +08:00
parent e770b2a7cf
commit 28f798df9d
3 changed files with 5 additions and 6 deletions

View File

@@ -20,16 +20,16 @@
<div id="landr" *ngIf="!user">
<nz-space>
<nz-space-item>
<template *nzSpaceItem>
<a routerLink="/user/login">
<button nz-button nzType="primary">登录</button>
</a>
</nz-space-item>
<nz-space-item>
</template>
<template *nzSpaceItem>
<a routerLink="/user/registration">
<button nz-button nzType="primary">注册</button>
</a>
</nz-space-item>
</template>
</nz-space>
</div>