Skip to content

Commit

Permalink
Change the order of the links in the footer (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshithaRathnayake authored Jan 6, 2024
1 parent d64b944 commit 20da6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/content/static/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ <h4 class="mb-0 font-weight-light">Get in touch with using any of these platform
<a href="https://sefglobal.medium.com/" target="_blank" class="nav-link">Blog</a>
</li>
<li class="nav-item">
<a href="/join-us.html" class="nav-link">Join Us</a>
<a href="https://handbook.sefglobal.org" target="_blank" class="nav-link">Handbook</a>
</li>
<li class="nav-item">
<a href="https://handbook.sefglobal.org" target="_blank" class="nav-link">Handbook</a>
<a href="/join-us.html" class="nav-link">Join Us</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 20da6b0

Please sign in to comment.