Skip to content

Commit

Permalink
Update parse.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbreuninger authored Jul 11, 2023
1 parent e96c071 commit 5b140d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ide/ideparse/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ var AllowedIDEs = []AllowedIDE{
Name: config.IDEFleet,
DisplayName: "Fleet",
Options: fleet.Options,
Icon: "https://resources.jetbrains.com/storage/products/company/brand/logos/Fleet.svg",
Icon: "https://devpod.sh/assets/fleet.svg",
},
}

Expand Down

0 comments on commit 5b140d7

Please sign in to comment.