Skip to content

Commit

Permalink
remove non-working idea from code for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Mar 14, 2024
1 parent af8a186 commit d8e583f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Classes/RenderNavItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ private static function anchorLink(
string $target,
string $link,
string $label,
bool $wrap = false,
string $wrapClass = '',
?bool $wrap = false,
?string $wrapClass = '',
): string {
// TODO: make this component based?
// Then it's probably easier for users to further customize this?
Expand Down

0 comments on commit d8e583f

Please sign in to comment.