diff --git a/sites/sefaria/urls.py b/sites/sefaria/urls.py index 06b2563e6b..ea49c108c5 100644 --- a/sites/sefaria/urls.py +++ b/sites/sefaria/urls.py @@ -82,8 +82,8 @@ url(r'^request-a-text/?$', lambda x: HttpResponseRedirect('https://goo.gl/forms/ru33ivawo7EllQxa2')), url(r'^request-a-training/?$', lambda x: HttpResponseRedirect(' https://docs.google.com/forms/d/1CJZHRivM2qFeF2AE2afpvE1m86AgJPCxUEFu5EG92F8/edit?usp=sharing_eil&ts=5a4dc5e0')), url(r'^contribute/?$', lambda x: HttpResponseRedirect('https://github.com/Sefaria/Sefaria-Project/wiki/Guide-to-Contributing')), - url(r'^faq/?$', lambda x: HttpResponseRedirect('/collections/help-center' if x.interfaceLang == 'english' else '/collections/%D7%A9%D7%90%D7%9C%D7%95%D7%AA-%D7%A0%D7%A4%D7%95%D7%A6%D7%95%D7%AA-%D7%91%D7%A1%D7%A4%D7%A8%D7%99%D7%90')), - url(r'^help/?$', lambda x: HttpResponseRedirect('/collections/help-center' if x.interfaceLang == 'english' else '/collections/%D7%A9%D7%90%D7%9C%D7%95%D7%AA-%D7%A0%D7%A4%D7%95%D7%A6%D7%95%D7%AA-%D7%91%D7%A1%D7%A4%D7%A8%D7%99%D7%90')), + url(r'^faq/?$', lambda x: HttpResponseRedirect('/collections/help-center' if x.interfaceLang == 'english' else '/collections/help-center')), + url(r'^help/?$', lambda x: HttpResponseRedirect('/collections/help-center' if x.interfaceLang == 'english' else '/collections/help-center')), url(r'^gala/?$', lambda x: HttpResponseRedirect('https://donate.sefaria.org/event/sefarias-10-year-anniversary-gala/e486954')), url(r'^give/(?P[a-zA-Z0-9]+)/?$', lambda x, campaign_id: HttpResponseRedirect(f'https://donate.sefaria.org/give/550774/#!/donation/checkout?c_src={campaign_id}')), url(r'^give/?$', lambda x: HttpResponseRedirect(f'https://donate.sefaria.org/give/550774/#!/donation/checkout?c_src=mu')), diff --git a/static/js/NavSidebar.jsx b/static/js/NavSidebar.jsx index 12f118f604..289eb5dba8 100644 --- a/static/js/NavSidebar.jsx +++ b/static/js/NavSidebar.jsx @@ -97,15 +97,15 @@ const AboutSefaria = ({ hideTitle }) => ( {!hideTitle ? ( side_nav.about_pecha_title ) : null} - +
side_nav.about_pecha_description - - + Learn More › མུ་མཐུད་གཟིགས། › +
);