Skip to content

Commit

Permalink
fix: fix phone number usage in Beilinson questions Whatsapp link
Browse files Browse the repository at this point in the history
  • Loading branch information
yamhoresh committed Oct 27, 2024
1 parent 0fa2f50 commit 7f81b3a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ export default function QuestionsBeilinson({
}}
open={isWrongAnswerChosen}
title={"מודים לך על הכוונה הטובה!"}
buttonApproveText="שלח/י ואטסאפ לרכז שלך"
buttonApproveText="שלח/י ואטסאפ"
onApproved={() => {
window.open(
LinkUtils.getWhatsAppLinkWithText(
"אהלן, לפי השאלון באפליקציה אין לי יכולת לתרום טרומבוציטים כרגע, כיצד אוכל לשנות זאת?"
),
"039376052"
"אהלן, לפי השאלון באפליקציה אין לי יכולת לתרום טרומבוציטים כרגע, כיצד אוכל לשנות זאת?",
"039376052"
)
);
}}
image={WhatsappIcon}
Expand Down

0 comments on commit 7f81b3a

Please sign in to comment.