Skip to content

Commit

Permalink
fix(navbar): 修复 navbar 示例样式类名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
04756 committed Aug 16, 2024
1 parent b51e268 commit 0a28fdd
Show file tree
Hide file tree
Showing 3 changed files with 9,134 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/navbar/_example/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ const BaseDemo = () => {
fixed={false}
capsule={
<div className="custom-capsule">
<ChevronLeftIcon size={20} class="custom-capsule__icon" />
<ChevronLeftIcon size={20} className="custom-capsule__icon" />
<Divider layout="vertical" />
<HomeIcon size={20} class="custom-capsule__icon" />
<HomeIcon size={20} className="custom-capsule__icon" />
</div>
}
titleMaxLength={5}
Expand Down
Loading

0 comments on commit 0a28fdd

Please sign in to comment.