Skip to content

Commit

Permalink
Rename 'Home' link to 'ClustalO' in the navbar for better clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmac committed Nov 12, 2024
1 parent 8df9805 commit fb486c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link {% if request.endpoint == 'index' %}active{% endif %}" aria-current="page"
href="{{ url_for('index') }}">Home</a>
href="{{ url_for('index') }}">ClustalO</a>
</li>
{% if session.get('session_id') %}
<li class="nav-item">
Expand Down

0 comments on commit fb486c6

Please sign in to comment.