Skip to content

Commit

Permalink
Header; Merge conflict resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrithSagar committed Dec 20, 2023
1 parent 9febd93 commit cd53014
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ <h1 class="text-white">IEEE EMBS Manipal</h1>
</a>
<nav class="header-text nav nav-masthead justify-content-center float-md-end">
<a class="nav-link text-white" href="{{ url_for('pages', page='about') }}">About</a>
<<<<<<< Updated upstream
<a class="nav-link text-white" href="{{ url_for('pages', page='domains') }}">Domains</a>
<a class="nav-link text-white" href="{{ url_for('pages', page='blog') }}">Blog</a>
=======
<a class="nav-link text-white" href="{{ url_for('pages', page='blog') }}">Domains</a>
>>>>>>> Stashed changes
<a class="nav-link text-white" href="{{ url_for('pages', page='events') }}">Events</a>
<a class="nav-link text-white" href="{{ url_for('pages', page='team') }}">Team</a>
<a class="nav-link text-white" href="{{ url_for('pages', page='contact') }}">Contact us</a>
Expand Down

0 comments on commit cd53014

Please sign in to comment.