Skip to content

Commit cd0526f

Browse files
committed
Add more notes for todo tasks
1 parent bbeda2e commit cd0526f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Classes/RenderNavItem.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ private static function anchorLink(
2727
target="' . $target . '"
2828
href="' . $link . '"
2929
>' .
30-
$label .
30+
$label . // TODO: allow optional wrapping link text in span?
31+
// Or maybe support this customization via components?
3132
'</a>';
3233
}
3334

0 commit comments

Comments
 (0)