Skip to content

Commit

Permalink
Update onboarding screens (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharykeeping authored Sep 6, 2024
1 parent af9ec4f commit c6bbea0
Showing 1 changed file with 13 additions and 13 deletions.
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

0 comments on commit c6bbea0

Please sign in to comment.