From b02094e2e34bee3d8161bb819f18c8029045db0a Mon Sep 17 00:00:00 2001 From: Yevhenii Buliuk <82589781+bc-yevhenii-buliuk@users.noreply.github.com> Date: Thu, 28 Apr 2022 13:18:24 +0300 Subject: [PATCH] fix(storefront): BCTHEME-909 Social media icons failing wave scan with Empty Link. (#2202) --- 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 af1f9a8eb5..6fc39e32ad 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) - Search results containing % symbol result in errored page. [#2205](https://github.com/bigcommerce/cornerstone/issues/2205) - Remove translations for adminBar component [#2196](https://github.com/bigcommerce/cornerstone/issues/2196) - Remove adminBar. [#2191](https://github.com/bigcommerce/cornerstone/issues/2191) 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 @@