Skip to content

Commit

Permalink
Add more notes for todo tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Mar 14, 2024
1 parent bbeda2e commit cd0526f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Classes/RenderNavItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ private static function anchorLink(
target="' . $target . '"
href="' . $link . '"
>' .
$label .
$label . // TODO: allow optional wrapping link text in span?
// Or maybe support this customization via components?
'</a>';
}

Expand Down

0 comments on commit cd0526f

Please sign in to comment.