Skip to content

Commit

Permalink
breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
Sm1pleScr1pt committed Sep 18, 2024
1 parent 7a3c581 commit 0dad0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/moredetailsaddress/moredetailsaddress.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ function nearBLBreadCrumb() {

let newSetState = state.charAt(0).toUpperCase() + state.slice(1).replace(" ", "-").toLowerCase();
let newSetCity = city.charAt(0).toUpperCase() + city.slice(1).replace(" ", "-").toLowerCase();
let newSetLocation = location.charAt(0).toUpperCase() + location.slice(1).replace(" ", "-").toLowerCase();
let newSetLocation = location.charAt(0).toUpperCase() + location.slice(1);

if (newCity == newLoaction) {
breadCrumb = `<span class="breadcrumb-separator"><svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 9.00195L4.29293 5.70902C4.68182 5.32013 4.68182 4.68377 4.29293 4.29488L1 1.00195" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></span>
Expand Down

0 comments on commit 0dad0c0

Please sign in to comment.