Skip to content

Commit

Permalink
feat: add workflow icons (withfig#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschrage authored Sep 27, 2022
1 parent 8930974 commit 8250015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fig/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export const workflowsSpecGenerator: Fig.Subcommand["generateSpec"] = async (

return {
displayName,
icon: "⚡️",
icon: workflow.icon ?? "⚡️",
name,
insertValue: `${workflow.isOwnedByUser ? workflow.name : name[0]} `,
description: workflow.description,
Expand Down

0 comments on commit 8250015

Please sign in to comment.