Skip to content

Commit

Permalink
latest version; courses
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosprotopapas committed Nov 1, 2024
1 parent 0708c20 commit 9ebdc78
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/common_components/js/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ class Header extends HTMLElement {
<!-- End Home -->
<!-- Projects -->
<!-- Research -->
<li class="hs-has-sub-menu navbar-nav-item">
<a aria-expanded="false" aria-haspopup="true" class="hs-mega-menu-invoker nav-link"
href="/projects.html">Projects</a>
href="/projects.html">Research</a>
</li>
<!-- End Projects -->
<!-- End Research -->
<!-- People -->
<li class="hs-has-sub-menu navbar-nav-item">
Expand All @@ -183,12 +183,12 @@ class Header extends HTMLElement {
<a aria-expanded="false" aria-haspopup="true" class="hs-mega-menu-invoker nav-link"
href="/publications.html">Publications</a>
</li>
<!-- Courses -->
<!-- Educations -->
<li class="hs-has-sub-menu navbar-nav-item">
<a aria-expanded="false" aria-haspopup="true" class="hs-mega-menu-invoker nav-link"
href="/courses.html">Courses</a>
href="/courses.html">Education</a>
</li>
<!-- End Courses -->
<!-- End Educations -->
<!-- End Newsroom -->
Expand Down

0 comments on commit 9ebdc78

Please sign in to comment.