Skip to content

Commit 548b435

Browse files
committed
Change the Spezi icon in Onboarding to a star
1 parent 395ed90 commit 548b435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CS342ExampleApplication/Onboarding/Welcome.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct Welcome: View {
2121
areas: [
2222
OnboardingInformationView.Content(
2323
icon: {
24-
Image(systemName: "apps.iphone")
24+
Image(systemName: "staroflife.fill")
2525
.accessibilityHidden(true)
2626
},
2727
title: "The Spezi Framework",

0 commit comments

Comments
 (0)