Skip to content

Commit

Permalink
Merge pull request #297 from Veercodeprog/feature/Login-bonus-message…
Browse files Browse the repository at this point in the history
…-update

Feature/login popup bonus message update
  • Loading branch information
rupansh-sekar-yral authored Aug 8, 2024
2 parents b46543c + 38f4c7d commit 641dab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssr/src/page/post_view/video_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ pub fn BgView(
<Show when=move || { idx == 4 && !is_connected.get() && show_login_popup.get() }>
<FeedPopUp
on_click=move |_| set_show_login_popup.set(false)
header_text="Your Rewards are
Waiting!"
header_text="Your 1000 COYNs
Await You!"
body_text="SignUp/Login to save your progress and claim your rewards."
login_text="Login"
/>
Expand Down

0 comments on commit 641dab8

Please sign in to comment.