Skip to content

Commit

Permalink
docs: fix link to svelte file for pipeline icon (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-it authored Oct 23, 2023
1 parent 225a3e3 commit d3b47b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hub/models-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ In [interfaces/Types.ts](https://github.com/huggingface/hub-docs/blob/main/js/sr

2. Choose an icon

You can add an icon in the [lib/Icons](https://github.com/huggingface/hub-docs/tree/main/js/src/lib/components/Icons) directory. We usually choose carbon icons from https://icones.js.org/collection/carbon. Also add the icon to [PipelineIcon](https://github.com/huggingface/hub-docs/blob/main/tasks/src/lib/components/PipelineIcon/PipelineIcon.svelte).
You can add an icon in the [lib/Icons](https://github.com/huggingface/hub-docs/tree/main/js/src/lib/components/Icons) directory. We usually choose carbon icons from https://icones.js.org/collection/carbon. Also add the icon to [PipelineIcon](https://github.com/huggingface/hub-docs/blob/main/js/src/lib/components/PipelineIcon/PipelineIcon.svelte).


### Widget
Expand Down

0 comments on commit d3b47b6

Please sign in to comment.