fix: change the tag name

This commit is contained in:
KazooTTT
2024-12-15 22:29:00 +08:00
parent 18fd146345
commit bb828e985e

View File

@ -52,7 +52,7 @@ const dateTimeOptions: Intl.DateTimeFormatOptions = {
<Icon name='category' slot='icon' /> <Icon name='category' slot='icon' />
</Label> </Label>
<Label title={data.finished ? '已完成' : '未完成'} as='a'> <Label title={data.finished ? '已完成' : '未完成'} as='span'>
<Icon name='progress' slot='icon' /> <Icon name='progress' slot='icon' />
</Label> </Label>
</> </>