Skip to content

Commit

Permalink
fix(site): 恢复图片地址
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang authored and boyongjiong committed Jul 23, 2024
1 parent 6b0b603 commit 206fcb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function DndPanelExtension() {
type: 'start',
text: '开始',
label: '开始节点',
icon: 'https://cdn.jsdelivr.net/gh/Logic-Flow/static@latest/docs/examples/case/bussiness/approve/circle.png',
icon: 'https://cdn.jsdelivr.net/gh/Logic-Flow/static@latest/core/start.png',
},
{
type: 'rect',
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/examples/extension/native/demo/dndPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const DndPanelExtension: React.FC = () => {
type: 'start',
text: '开始',
label: '开始节点',
icon: 'https://cdn.jsdelivr.net/gh/Logic-Flow/static@latest/docs/examples/case/bussiness/approve/circle.png',
icon: 'https://cdn.jsdelivr.net/gh/Logic-Flow/static@latest/core/start.png',
},
{
type: 'rect',
Expand Down

0 comments on commit 206fcb3

Please sign in to comment.