Skip to content

Commit 27a44e3

Browse files
committed
change value to match other logo size values
1 parent d75bc3a commit 27a44e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sections/header.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@
729729
"@type": "Organization",
730730
"name": {{ shop.name | json }},
731731
{% if section.settings.logo %}
732-
"logo": {{ section.settings.logo | image_url: width: 700 | prepend: "https:" | json }},
732+
"logo": {{ section.settings.logo | image_url: width: 500 | prepend: "https:" | json }},
733733
{% endif %}
734734
"sameAs": [
735735
{{ settings.social_twitter_link | json }},

0 commit comments

Comments
 (0)