未觉雨声
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.dumi/hooks/useMenu.tsx
|
|
@ -111,7 +111,7 @@ const useMenu = (options: UseMenuOptions = {}): [MenuProps['items'], string] => |
|
|
|
{(item.frontmatter as any).subtitle} |
|
|
|
</span> |
|
|
|
{(item.frontmatter as any).tag && ( |
|
|
|
<Tag color="warning" style={{ marginLeft: token.marginXS }}> |
|
|
|
<Tag color="warning" style={{ marginInlineStart: token.marginXS }}> |
|
|
|
{(item.frontmatter as any).tag} |
|
|
|
</Tag> |
|
|
|
)} |
|
|
|