From 5acc434d68152ba8abf5f9f92788f50409769f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cbc-yevhenii-buliuk=E2=80=9D?= <“yevhenii.buliuk@bigcommerce.com”> Date: Mon, 18 Apr 2022 15:45:30 +0300 Subject: [PATCH] fix(storefront): BCTHEME-909 Social media icons failing wave scan with Empty Link. --- CHANGELOG.md | 1 + templates/components/common/social-links.html | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afb9566403..9183680e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Draft +- Social media icons failing wave scan with "Empty Link". [#2202](https://github.com/bigcommerce/cornerstone/issues/2202) ## 6.3.0 (03-11-2022) - Update blog component to use H1 tags on posts [#2179](https://github.com/bigcommerce/cornerstone/issues/2179) diff --git a/templates/components/common/social-links.html b/templates/components/common/social-links.html index 339b14dbe1..0d39eb61ac 100644 --- a/templates/components/common/social-links.html +++ b/templates/components/common/social-links.html @@ -2,8 +2,16 @@