Skip to content

Commit

Permalink
feat: Change link to support for menu > resources
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed May 3, 2023
1 parent 0b1cc59 commit a2729d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h2 class="submenu-itemTitle">{{__ 'privacy title'}}</h2>

<div class="col-center align-center submenu">
<span >
<a href="/{{ locale }}/community/" class="btn btn-link">{{__ 'nav blog title'}}</a>
<a href="/{{ locale }}/support/" class="btn btn-link">{{__ 'nav blog title'}}</a>
</span>
<ul class="submenu-level">
<li class="submenu-listItem">
Expand Down Expand Up @@ -251,7 +251,7 @@ <h2 class="submenu-itemTitle">{{__ 'nav self-hosting title'}}</h2>
</a>
</li>
<li class="siteNavigation-sm-item">
<a href="{{__ 'nav blog link'}}">
<a href="/{{ locale }}/support/">
{{__ 'nav blog title'}}
</a>
</li>
Expand Down

0 comments on commit a2729d0

Please sign in to comment.