From e708da07569663728275f77a3db7e8ac8ef6455c Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 16 Jun 2021 23:34:36 +0300 Subject: [PATCH 1/2] Removed home icon from breadcrumbs --- lib/Traits/Breadcrumbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Traits/Breadcrumbs.php b/lib/Traits/Breadcrumbs.php index 7925d40d..e7bf372d 100644 --- a/lib/Traits/Breadcrumbs.php +++ b/lib/Traits/Breadcrumbs.php @@ -176,7 +176,7 @@ private function get_home_link() : array { return [ 'title' => _x( 'Home', 'Breadcrumbs', 'tms-theme-base' ), 'permalink' => trailingslashit( get_home_url() ), - 'icon' => 'icon-koti', + 'icon' => '', ]; } } From 47c181dce6280286649363f76d3e0e139c64fc4d Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 16 Jun 2021 23:36:39 +0300 Subject: [PATCH 2/2] changelog --- CHANGELOG.MD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 548501be..e4b78fe5 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Changed + +- Removed home icon from breadcrumbs #72 + ### Fixed - TMS-102: Add check Display Search setting #71