Skip to content

Commit

Permalink
πŸ“ docs: update iconfont iframe url
Browse files Browse the repository at this point in the history
  • Loading branch information
eternallycyf committed Nov 16, 2024
1 parent b22a686 commit d9e633c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ims-view-pc/src/components/Icon/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default () => (
<>
<iframe
style={{ width: '100%', height: '100vh' }}
src="https://www.ims-view.site/iconfont/index.html"
src="https://ims-view-pc-eternallycyfs-projects.vercel.app/iconfont/index.html"
/>
</>
);
Expand Down

0 comments on commit d9e633c

Please sign in to comment.