- Issue created by @mindbet
- πΊπΈUnited States mindbet
It looks like the issue is fixed like this
--- a/docroot/themes/custom/newshubten/components/nav/nav.twig +++ b/docroot/themes/custom/newshubten/components/nav/nav.twig @@ -39,12 +39,9 @@ %} {% if items %} <ul {{ attributes.addClass(nav_classes) }}> - {% block nav_items %} + {% block items %} {% for item in items %} {% set nav_item_classes = [ 'nav-item',
(newshubten is the theme name; i left it in the code snippet to help direct you to the file that needs to be changed)
- Status changed to Closed: cannot reproduce
2 months ago 8:56am 19 September 2024 I can't recreate this and it works as expected. Maybe something has changed since you've created your Sub-theme.