From f4a5d13cedf391b09f51978d5b62492e48e6d9df Mon Sep 17 00:00:00 2001 From: Scott Vinkle Date: Wed, 10 Jun 2026 13:53:45 -0400 Subject: [PATCH] Added an to the Cart link for screen reader users. --- sections/header.liquid | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sections/header.liquid b/sections/header.liquid index d873bdda7..4f7dc13e4 100644 --- a/sections/header.liquid +++ b/sections/header.liquid @@ -16,7 +16,10 @@ {% endif %} - + {% if cart.item_count > 0 %} {{ cart.item_count }} {% endif %}