diff --git a/reader/views.py b/reader/views.py
index 52401b9b1c..ae4faea202 100644
--- a/reader/views.py
+++ b/reader/views.py
@@ -1029,8 +1029,8 @@ def _get_user_calendar_params(request):
def texts_list(request):
- title = _("Sefaria: a Living Library of Jewish Texts Online")
- desc = _("The largest free library of Jewish texts available to read online in Hebrew and English including Torah, Tanakh, Talmud, Mishnah, Midrash, commentaries and more.")
+ title = _("Pecha - Buddhist texts in your own words")
+ desc = _("The largest free library of Buddhist texts available to read online in Tibetan, English and Chinese")
return menu_page(request, page="navigation", title=title, desc=desc)
diff --git a/sefaria/image_generator.py b/sefaria/image_generator.py
index e7ec9f0fba..1161b15661 100644
--- a/sefaria/image_generator.py
+++ b/sefaria/image_generator.py
@@ -145,7 +145,7 @@ def make_img_http_response(text, category, ref_str, lang, platform):
height = platforms[platform]["height"]
width = platforms[platform]["width"]
img = Image.new('RGBA', (width, height), color="#18345D")
- logo = Image.open("static/img/logo-white.png")
+ logo = Image.open("static/img/logo.png")
logo.thumbnail((400, 400))
logo_padded = Image.new('RGBA', (width, height))
logo_padded.paste(logo, (int(width/2-logo.size[0]/2), int(height/2-logo.size[1]/2)))
diff --git a/static/css/s2.css b/static/css/s2.css
index a53431c3f8..6860163559 100644
--- a/static/css/s2.css
+++ b/static/css/s2.css
@@ -727,9 +727,9 @@ div:has(#bannerMessage) + .readerApp.singlePanel .mobileNavMenu {
}
.header .home img {
vertical-align: middle;
- height: 25px;
- margin-top: -7px;
- width: 92px;
+ height: 33px;
+ margin-top: -8px;
+ width: 77px;
}
.interface-hebrew .header .home img {
width: 77px;
@@ -12762,4 +12762,4 @@ span.ref-link-color-3 {color: blue}
75%{box-shadow:0 -2.6em 0 0 rgba(0,0,0,0.2),1.8em -1.8em 0 0 rgba(0,0,0,0.2),2.5em 0 0 0 rgba(0,0,0,0.2),1.75em 1.75em 0 0 rgba(0,0,0,0.2),0 2.5em 0 0 rgba(0,0,0,0.5),-1.8em 1.8em 0 0 rgba(0,0,0,0.7),-2.6em 0 0 0 #ffffff,-1.8em -1.8em 0 0 rgba(0,0,0,0.2)}
87.5%{box-shadow:0 -2.6em 0 0 rgba(0,0,0,0.2),1.8em -1.8em 0 0 rgba(0,0,0,0.2),2.5em 0 0 0 rgba(0,0,0,0.2),1.75em 1.75em 0 0 rgba(0,0,0,0.2),0 2.5em 0 0 rgba(0,0,0,0.2),-1.8em 1.8em 0 0 rgba(0,0,0,0.5),-2.6em 0 0 0 rgba(0,0,0,0.7),-1.8em -1.8em 0 0 #fff}
}
-/* end css code for loading bezel */
+/* end css code for loading bezel */
\ No newline at end of file
diff --git a/static/icons/favicon-pecha.png b/static/icons/favicon-pecha.png
new file mode 100644
index 0000000000..e074201052
Binary files /dev/null and b/static/icons/favicon-pecha.png differ
diff --git a/static/img/logo.png b/static/img/logo.png
index 7c84b9b2b9..eab0226420 100644
Binary files a/static/img/logo.png and b/static/img/logo.png differ
diff --git a/static/js/Header.jsx b/static/js/Header.jsx
index f252297076..3865dbf224 100644
--- a/static/js/Header.jsx
+++ b/static/js/Header.jsx
@@ -40,8 +40,8 @@ class Header extends Component {
return null;
}
const logo = Sefaria.interfaceLang == "hebrew" ?
- :
-
;
+
:
+
;
const headerContent = (
<>
diff --git a/static/js/ReaderApp.jsx b/static/js/ReaderApp.jsx
index 5c30ecf5fc..121bfc6826 100644
--- a/static/js/ReaderApp.jsx
+++ b/static/js/ReaderApp.jsx
@@ -442,7 +442,7 @@ class ReaderApp extends Component {
switch (state.menuOpen) {
case "navigation":
var cats = state.navigationCategories ? state.navigationCategories.join("/") : "";
- hist.title = cats ? state.navigationCategories.map(Sefaria._).join(", ") + " | " + Sefaria._(siteName) : Sefaria._("Sefaria: a Living Library of Jewish Texts Online");
+ hist.title = cats ? state.navigationCategories.map(Sefaria._).join(", ") + " | " + Sefaria._(siteName) : Sefaria._("Pecha - Buddhist texts in your own words");
hist.url = "texts" + (cats ? "/" + cats : "");
hist.mode = "navigation";
break;
diff --git a/templates/base.html b/templates/base.html
index 71a90be76e..6130375d90 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -52,11 +52,11 @@
-
-
+
+
-
+
diff --git a/templates/elements/loading.html b/templates/elements/loading.html
index b0fd5109c0..15643d3c62 100644
--- a/templates/elements/loading.html
+++ b/templates/elements/loading.html
@@ -4,12 +4,12 @@