mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-24 03:01:31 +08:00
fix: change the tag name
This commit is contained in:
@ -52,7 +52,7 @@ const dateTimeOptions: Intl.DateTimeFormatOptions = {
|
||||
<Icon name='category' slot='icon' />
|
||||
</Label>
|
||||
|
||||
<Label title={data.finished ? '已完成' : '未完成'} as='a'>
|
||||
<Label title={data.finished ? '已完成' : '未完成'} as='span'>
|
||||
<Icon name='progress' slot='icon' />
|
||||
</Label>
|
||||
</>
|
||||
|
Reference in New Issue
Block a user