Skip to content

Commit

Permalink
Merge pull request #19537 from abpframework/issue-4095
Browse files Browse the repository at this point in the history
Removed long-arrow-right icon from docs
  • Loading branch information
gizemmutukurt authored Apr 15, 2024
2 parents 11360bd + 7922b89 commit a93bf3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private string GetLeafNode(NavigationNode node, string content)

return string.Format(LiItemTemplateWithLink,
listItemCss,
node.HasChildItems ? "chevron-right" : sb.Append("long-arrow-right ").Append(node.Path.IsNullOrEmpty() ? "no-link" : "has-link").ToString(),
node.HasChildItems ? "chevron-right" : sb.Append(node.Path.IsNullOrEmpty() ? "no-link" : "has-link").ToString(),
listInnerItem,
content);
}
Expand Down

0 comments on commit a93bf3e

Please sign in to comment.