From 8adf4c6e05eced59d73d38bd46887a0758690a68 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Thu, 11 Jan 2024 20:01:05 -0800 Subject: [PATCH] Nature is amazing! (#6) # Add Animals! ## :recycle: Current situation & Problem - The application is missing a lot of animals! ## :gear: Release Notes - Add some cool animals! ## :books: Documentation - No need to update the documentation, only smaller visual changes ## :white_check_mark: Testing - No automated testing added yet. A bit too much pressure to do this in front of the class. ## :pencil: Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md). --- ExampleApplication/Onboarding/Welcome.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ExampleApplication/Onboarding/Welcome.swift b/ExampleApplication/Onboarding/Welcome.swift index 1c2d24a..335ccfb 100644 --- a/ExampleApplication/Onboarding/Welcome.swift +++ b/ExampleApplication/Onboarding/Welcome.swift @@ -29,7 +29,7 @@ struct Welcome: View { ), OnboardingInformationView.Content( icon: { - Image(systemName: "figure.disc.sports") + Image(systemName: "lizard.fill") .accessibilityHidden(true) }, title: "WELCOME_AREA2_TITLE", @@ -37,7 +37,7 @@ struct Welcome: View { ), OnboardingInformationView.Content( icon: { - Image(systemName: "figure.skiing.crosscountry") + Image(systemName: "fish.fill") .accessibilityHidden(true) }, title: "WELCOME_AREA3_TITLE",