Skip to content

Commit 42c3cb3

Browse files
committed
remove non-working idea from code for now
1 parent af8a186 commit 42c3cb3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Classes/LinkRenderers/NavLinkRenderer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ public function getPreparedLink(string $classes = ''): array
4141
'target' => $this->item['data']['target'] ?? '_self',
4242
'link' => $this->getLink(),
4343
'label' => $this->item['label'],
44-
'wrap' => null,
45-
'wrapClass' => null,
4644
];
4745
}
4846
}

src/Classes/RenderNavItem.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ private static function anchorLink(
1818
string $target,
1919
string $link,
2020
string $label,
21-
bool $wrap = false,
22-
string $wrapClass = '',
2321
): string {
2422
// TODO: make this component based?
2523
// Then it's probably easier for users to further customize this?

0 commit comments

Comments
 (0)