Skip to content

Commit

Permalink
Add skiing icons
Browse files Browse the repository at this point in the history
  • Loading branch information
philippzagar committed Jan 12, 2024
1 parent 9ebd20b commit 364006b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ExampleApplication/Onboarding/Welcome.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ struct Welcome: View {
areas: [
OnboardingInformationView.Content(
icon: {
Image(systemName: "apps.iphone")
Image(systemName: "figure.skiing.downhill")
.accessibilityHidden(true)
},
title: "WELCOME_AREA1_TITLE",
description: "WELCOME_AREA1_DESCRIPTION"
),
OnboardingInformationView.Content(
icon: {
Image(systemName: "shippingbox.fill")
Image(systemName: "figure.disc.sports")
.accessibilityHidden(true)
},
title: "WELCOME_AREA2_TITLE",
description: "WELCOME_AREA2_DESCRIPTION"
),
OnboardingInformationView.Content(
icon: {
Image(systemName: "list.bullet.clipboard.fill")
Image(systemName: "figure.skiing.crosscountry")
.accessibilityHidden(true)
},
title: "WELCOME_AREA3_TITLE",
Expand Down

0 comments on commit 364006b

Please sign in to comment.