Skip to content
Snippets Groups Projects
Verified Commit 6f86b340 authored by Marin Hannache's avatar Marin Hannache
Browse files

frontend: use the white CRI login in navbar


Signed-off-by: Marin Hannache's avatarMarin Hannache <mareo@cri.epita.fr>
parent 95ea7982
No related merge requests found
cri_frontend/static/img/logo_white.png

62 KiB

......@@ -25,7 +25,7 @@
{% block navbar %}
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="{% url 'index' %}">
<img src="{% static 'img/logo.png' %}" width="30" height="30" class="d-inline-block align-top" alt="" />
<img src="{% static 'img/logo_white.png' %}" width="30" height="30" class="d-inline-block align-top" alt="" />
CRI intranet
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment