Skip to content

Commit

Permalink
fix: developer's menu ordering was conflicting with interledger.org (#87
Browse files Browse the repository at this point in the history
)
  • Loading branch information
JoblersTune authored Oct 9, 2024
1 parent 5414046 commit c8a870d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/pages/FoundationHeader.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ import FoundationLogo from "../logos/FoundationLogo.astro";
<a href="/developers" aria-expanded="false" data-umami-event="Site Nav - Technology">Technology</a>
<ul class="menu--level-2">
<li class="menu-item menu-item--level-2">
<a href="/open-standards" data-umami-event="Site Nav - Open Standards">Open Standards</a>
<a href="/interledger" data-umami-event="Site Nav - Interledger">Interledger</a>
</li>
<li class="menu-item menu-item--level-2">
<a href="/interledger" data-umami-event="Site Nav - Interledger">Interledger</a>
<a href="/open-standards" data-umami-event="Site Nav - Open Standards">Open Standards</a>
</li>
<li class="menu-item menu-item--level-2">
<a href="/developers" data-umami-event="Site Nav - Developers Portal">Developers Portal</a>
Expand Down

0 comments on commit c8a870d

Please sign in to comment.