Skip to content

Commit

Permalink
pecha_social_media_link_update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg committed Jun 14, 2024
1 parent 1164051 commit 8fbc8cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion sefaria/local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/pecha-15%40pecha-418412.iam.gserviceaccount.com",
"universe_domain": "googleapis.com"
}
print("TESTING ...", GOOGLE_APPLICATION_CREDENTIALS)


GEOIP_DATABASE = 'data/geoip/GeoLiteCity.dat'
Expand Down
16 changes: 8 additions & 8 deletions static/js/NavSidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ const GetTheApp = () => (


const StayConnected = () => { // TODO: remove? looks like we are not using this
const fbURL = Sefaria.interfaceLang == "hebrew" ? "https://www.facebook.com/sefaria.org.il" : "https://www.facebook.com/sefaria.org";
const fbURL = Sefaria.interfaceLang == "hebrew" ? "https://www.facebook.com/pecha.org" : "https://www.facebook.com/pecha.org";

return (
<Module>
Expand All @@ -592,16 +592,16 @@ const StayConnected = () => { // TODO: remove? looks like we are not using this
{/*<NewsletterSignUpForm context="sidebar" />*/}

<a target="_blank" className="button small white appButton iconOnly" href={fbURL}>
<img src="/static/icons/facebook.svg" alt={Sefaria._("Sefaria on Facebook")} />
<img src="/static/icons/facebook.svg" alt={Sefaria._("Pecha on Facebook")} />
</a>
<a target="_blank" className="button small white appButton iconOnly" href="https://twitter.com/SefariaProject">
<img src="/static/icons/twitter.svg" alt={Sefaria._("Sefaria on Twitter")} />
<a target="_blank" className="button small white appButton iconOnly" href="https://x.com/pechadotorg">
<img src="/static/icons/twitter.svg" alt={Sefaria._("Pecha on Twitter")} />
</a>
<a target="_blank" className="button small white appButton iconOnly" href="https://www.instagram.com/sefariaproject">
<img src="/static/icons/instagram.svg" alt={Sefaria._("Sefaria on Instagram")} />
<a target="_blank" className="button small white appButton iconOnly" href="https://www.instagram.com/pecha_org/">
<img src="/static/icons/instagram.svg" alt={Sefaria._("Pecha on Instagram")} />
</a>
<a target="_blank" className="button small white appButton iconOnly" href="https://www.youtube.com/user/SefariaProject">
<img src="/static/icons/youtube.svg" alt={Sefaria._("Sefaria on YouTube")} />
<a target="_blank" className="button small white appButton iconOnly" href="https://www.youtube.com/channel/UCB1eWJqy97FBViE86l3Hf_g">
<img src="/static/icons/youtube.svg" alt={Sefaria._("Pecha on YouTube")} />
</a>

</Module>
Expand Down

0 comments on commit 8fbc8cd

Please sign in to comment.