Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Make navbar items more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Oct 12, 2022
1 parent b181bc8 commit 0b08e21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qhub_jupyterhub_theme/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
</li>
{% endif %}

<li><a href="/auth">Auth</a></li>
<li><a href="/argo">Argo</a></li>
<li><a href="/auth">User Management</a></li>
<li><a href="/argo">Argo Workflows</a></li>
{% if cdsdashboards_enabled %}
<li><a href="{{ base_url }}dashboards">Dashboards</a></li>
{% endif %}
<li><a href="/conda-store">Conda-Store</a></li>
<li><a href="/conda-store">Environment Management</a></li>
<li><a href="/monitoring">Monitoring</a></li>
{% endblock %}

Expand Down

0 comments on commit 0b08e21

Please sign in to comment.