Skip to content

Commit

Permalink
Remove spaces just to test
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Pereira <[email protected]>
  • Loading branch information
joaopapereira committed Oct 11, 2023
1 parent f473a3c commit a7335e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions site/themes/carvel/layouts/partials/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
<li><a href="/resources/" {{ if (eq .RelPermalink "/resources/") }}class="active"{{ end }}>Resources</a></li>
<li><a href="{{ .Site.Params.links.slack_url }}"><img src="/img/slack.png" />#carvel in Kubernetes Slack</a></li>
</ul>
<button type="button" class="mobile" onclick="mobileNavToggle()">
<img class="collapsed-icon" src="/img/hamburger.svg" alt="Mobile nav icon">
<img class="expanded-icon" src="/img/close.svg" alt="Mobile nav icon">
</button>
<button type="button" class="mobile" onclick="mobileNavToggle()"><img class="collapsed-icon" src="/img/hamburger.svg" alt="Mobile nav icon"><img class="expanded-icon" src="/img/close.svg" alt="Mobile nav icon"></button>
<div id="mobile-menu" class="mobile-menu mobile">
<ul class="header-links">
<li><a href="/" {{ if (eq .RelPermalink "/") }}class="active"{{ end }}>Home</a></li>
Expand Down

0 comments on commit a7335e9

Please sign in to comment.