Skip to content

Commit

Permalink
Fix var name typo
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
  • Loading branch information
leocross and mdelapenya committed Aug 8, 2023
1 parent 6e6b3d4 commit c7ad139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/theme/partials/tc-header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set header = ({
"siteUrl": "https://testcontainers.com/",
"menuItmes": [
"menuItems": [
{
"label": "Cloud",
"url": "https://testcontainers.com/cloud/"
Expand Down Expand Up @@ -108,7 +108,7 @@
</div>
<nav>
<ul class="menu">
{% for menuItem in header["menuItmes"] %}
{% for menuItem in header["menuItems"] %}
{% if menuItem.children %}
<li class="menu-item has-children">
<button>
Expand Down

0 comments on commit c7ad139

Please sign in to comment.