onboarding: Add proper icon for action (#35241)
This change updates one icon within the onboarding flow to the indended icon for that entry. Release Notes: - N/A
This commit is contained in:
parent
158f65fd1e
commit
ca34ead6d9
3 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue