Skip to content

Commit

Permalink
Merge pull request #72 from devgeniem/fix/remove-icon-from-breadcrumbs
Browse files Browse the repository at this point in the history
Removed home icon from breadcrumbs
  • Loading branch information
ivuorinen authored Jun 16, 2021
2 parents fa33b2c + 47c181d commit 3bd0a36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/Traits/Breadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '',
];
}
}

0 comments on commit 3bd0a36

Please sign in to comment.