Skip to content

Commit

Permalink
#61 updates directory path to menu.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesKhong committed Mar 9, 2024
1 parent ee16234 commit 98f303d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/organisms/menu.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<li class="{{ item.classes | join(' ') }}">
<a target="{{ item.target }}" href="{{ item.link }}">{{ item.title }}</a>
{% if item.children %}
{% include "components/nav/menu.twig" with { 'items': item.children } %}
{% include "organisms/menu.twig" with { 'items': item.children } %}
{% endif %}
</li>
{% endfor %}
Expand Down

0 comments on commit 98f303d

Please sign in to comment.