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:
Finn Evers 2025-07-29 00:02:12 +02:00 committed by GitHub
parent 158f65fd1e
commit ca34ead6d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -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,