diff --git a/assets/icons/cloud_download.svg b/assets/icons/cloud_download.svg new file mode 100644 index 0000000000000000000000000000000000000000..bc7a8376d123088119643fc20346506690559bdc --- /dev/null +++ b/assets/icons/cloud_download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/crates/icons/src/icons.rs b/crates/icons/src/icons.rs index e7066ae151664a196d78547ae62dcd39d1ba0653..7552060be415666fb67039609b629a1662c316cc 100644 --- a/crates/icons/src/icons.rs +++ b/crates/icons/src/icons.rs @@ -71,6 +71,7 @@ pub enum IconName { CircleHelp, Close, Cloud, + CloudDownload, Code, Cog, Command, diff --git a/crates/onboarding/src/welcome.rs b/crates/onboarding/src/welcome.rs index 2ed44cf2ce52b5c00616e95e4e9fee6e75ed613f..2ea120e02187d3a6b556a32312512ae0f25d316f 100644 --- a/crates/onboarding/src/welcome.rs +++ b/crates/onboarding/src/welcome.rs @@ -32,8 +32,7 @@ const CONTENT: (Section<4>, Section<3>) = ( action: &Open, }, SectionEntry { - // TODO: use proper icon - icon: IconName::Download, + icon: IconName::CloudDownload, title: "Clone a Repo", // TODO: use proper action action: &NoAction,