Skip to content

Commit

Permalink
YDA-5450: fix double logo
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Sep 21, 2023
1 parent 528cbe5 commit 0623234
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions yoda_eus/templates/web/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
<body class="d-flex flex-column min-vh-100">
<header class="py-3">
<div class="container d-flex flex-wrap justify-content-center">
<a href="{{ url_for('index') }}" class="mb-lg-0 me-lg-auto text-dark text-decoration-none">
<img class="logo" src="{{ url_for('static', filename='img/logo.svg') }}" alt="Logo">
</a>
<a href="{{ url_for('index') }}" class="logo mb-lg-0 me-lg-auto text-dark text-decoration-none"></a>
</div>
</header>

Expand Down

0 comments on commit 0623234

Please sign in to comment.