Skip to content

Commit

Permalink
fix: 修复#问题
Browse files Browse the repository at this point in the history
  • Loading branch information
syb01094648 committed Oct 24, 2023
1 parent bf698c7 commit 3e18f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/iconfont.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const IconFont: React.FC<IconFontProps> = (props) => {
focusable="false"
className=""
>
<use xlinkHref={`${props.type}`} />
<use xlinkHref={`#${props.type}`} />
</svg>
</span>
);
Expand Down

0 comments on commit 3e18f96

Please sign in to comment.