Skip to content

Commit 76b8888

Browse files
committed
custom.js: Use right chevron in breadcrumbs
1 parent 68cafe4 commit 76b8888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ $(document).ready(function() {
148148
$('.algolia-docsearch-suggestion--wrapper').each((index, element) => {
149149
const title = $(element).find('.algolia-docsearch-suggestion--title');
150150
const category = $(element).find('.algolia-docsearch-suggestion--subcategory-column-text');
151-
category.append('<span class="aa-suggestion-title-separator" aria-hidden="true">&gt;</span>');
151+
category.append('<span class="aa-suggestion-title-separator" aria-hidden="true"></span>');
152152
if (title.find('.aa-suggestion-title-separator').length) {
153153
$.each(title.contents(), (i, e) => {
154154
if (title.contents().length > 1) {

0 commit comments

Comments
 (0)