diff --git a/sefaria/image_generator.py b/sefaria/image_generator.py index 1161b15661..e7ec9f0fba 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.png") + logo = Image.open("static/img/logo-white.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/img/loading-logo.png b/static/img/loading-logo.png new file mode 100644 index 0000000000..953c538612 Binary files /dev/null and b/static/img/loading-logo.png differ diff --git a/static/img/logo-white-hebrew.png b/static/img/logo-white-hebrew.png new file mode 100644 index 0000000000..130d0e20d0 Binary files /dev/null and b/static/img/logo-white-hebrew.png differ diff --git a/static/img/logo-white.png b/static/img/logo-white.png index 130d0e20d0..13814cdd7f 100644 Binary files a/static/img/logo-white.png and b/static/img/logo-white.png differ diff --git a/templates/elements/loading.html b/templates/elements/loading.html index 15643d3c62..227e164df4 100644 --- a/templates/elements/loading.html +++ b/templates/elements/loading.html @@ -4,8 +4,8 @@
{% if SITE_SETTINGS.TORAH_SPECIFIC %} - Sefaria Loading Icon - Sefaria Loading Icon + Sefaria Loading Icon + Sefaria Loading Icon
{% endif %}