Skip to content

Commit

Permalink
feat: change contact-us phone number to Beilinson's contact
Browse files Browse the repository at this point in the history
  • Loading branch information
yamhoresh committed Oct 27, 2024
1 parent 7f81b3a commit b2c5810
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/donor/src/screens/contact/ContactScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ export default function ContactScreen() {
alt={"phone"}
content={
<WhatsApp
link={LinkUtils.getWhatsAppLinkWithText("")}
link={LinkUtils.getWhatsAppLinkWithText(
"",
ZICHRON_PHONE_TEXT.replace("-", "")
)}
text={ZICHRON_PHONE_TEXT}
/>
}
Expand Down Expand Up @@ -84,7 +87,7 @@ export default function ContactScreen() {
const ZICHRON_URL = "https://www.zichron.org";
const ZICHRON_URL_TEXT = "zichron.org";
const ZICHRON_EMAIL = "dam@zichron.org";
const ZICHRON_PHONE_TEXT = "058-710-0571";
const ZICHRON_PHONE_TEXT = "03-9376052";
const ZICHRON_FACEBOOK_URL =
"https://www.facebook.com/search/top?q=%D7%96%D7%9B%D7%A8%D7%95%D7%9F%20%D7%9E%D7%A0%D7%97%D7%9D%20zichron%20menachem";
const ZICHRON_INSTAGRAM_URL = "https://www.instagram.com/zichronmenachem/";
Expand Down

0 comments on commit b2c5810

Please sign in to comment.