Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ Mobile | Update onboarding screens #1030

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions src/MobileUI/Features/OnBoarding/OnBoardingViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,29 +52,29 @@ public void Initialise()
},
new()
{
Heading1 = "EARN CREDITS",
Heading2 = "By Taking Quizzes",
Image = "credits.png",
Heading1 = "EARN POINTS",
Heading2 = "and network",
Content = "by scanning QR codes",
Image = "scan.png",
},
new()
{
Heading1 = "NETWORK",
Heading2 = "By Scanning QR Codes",
Content = "And earn up to 1000 credits per scan",
Image = "scan.png",
Heading1 = "EARN POINTS",
Heading2 = "by taking quizzes",
Image = "credits.png",
},
new()
{
Heading1 = "GET REWARDED",
Heading2 = "Convert Credits to Prizes",
Content = "Convert your credits to awesome Prizes",
Heading1 = "EARN PRIZES",
Heading2 = "buy swag with your points",
Content = "and win prize giveaways",
Image = "prizes.png",
},
new()
{
Heading1 = "COMPETE!",
Heading2 = "Build Your Rank",
Content = "Move up the leaderboard",
Heading1 = "GET TO THE TOP",
Heading2 = "check out the leaderboard",
Content = "Can you get to the top 10?",
Image = "position.png",
},
});
Expand Down
Loading