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 42c3cb3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Classes/LinkRenderers/NavLinkRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public function getPreparedLink(string $classes = ''): array
'target' => $this->item['data']['target'] ?? '_self',
'link' => $this->getLink(),
'label' => $this->item['label'],
'wrap' => null,
'wrapClass' => null,
];
}
}
2 changes: 0 additions & 2 deletions src/Classes/RenderNavItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ private static function anchorLink(
string $target,
string $link,
string $label,
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 42c3cb3

Please sign in to comment.