Skip to content

Commit

Permalink
fix: use iconify as icon lib
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-vm committed Oct 18, 2023
1 parent fdc51dc commit 296eb0e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ REPOSITORY_LABEL = "OpenAI Domino Pieces"

# The version of this Pieces release
# Attention: changing this will create a new release
VERSION = "0.3.2"
VERSION = "0.3.3"
2 changes: 1 addition & 1 deletion pieces/AudioTranscriptionPiece/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
],
"style": {
"node_label": "OpenAI Audio Transcript",
"icon_class_name": "fas fa-headset"
"icon_class_name": "fa-solid:headset"
}
}
2 changes: 1 addition & 1 deletion pieces/ImageGeneratorPiece/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

"style": {
"node_label": "DALL-E Image Generator",
"icon_class_name": "fas fa-image"
"icon_class_name": "fa-solid:image"
}
}
2 changes: 1 addition & 1 deletion pieces/InformationExtractionPiece/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
],
"style": {
"node_label": "Information Extraction",
"icon_class_name": "fas fa-align-right"
"icon_class_name": "fa-solid:align-right"
}
}
2 changes: 1 addition & 1 deletion pieces/PromptCreatorForImageGeneratorPiece/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

"style": {
"node_label": "Prompt Creator for Image Generator AI",
"icon_class_name": "fas fa-terminal"
"icon_class_name": "fa-solid:terminal"
}
}
2 changes: 1 addition & 1 deletion pieces/TextGeneratorPiece/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
],
"style": {
"node_label": "Text Generator",
"icon_class_name": "fas fa-i-cursor"
"icon_class_name": "fa-solid:i-cursor"
}
}
2 changes: 1 addition & 1 deletion pieces/TextSummarizerPiece/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
],
"style": {
"node_label": "Text Summarizer",
"icon_class_name": "fas fa-align-right"
"icon_class_name": "fa-solid:align-right"
}
}

0 comments on commit 296eb0e

Please sign in to comment.