Skip to content

Commit

Permalink
Made logo same of both header and tab (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dishebh authored and xeon-zolt committed Oct 14, 2019
1 parent d8f4653 commit 14c80bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/includes/_header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header>
<div class="container">
<a href="/" class="logo">
<img src="{{ url_for('static', filename='images/logo.svg') }}" alt="logo">
<img src="{{ url_for('static', filename='images/logo_meilix.svg') }}" alt="logo">
<h3>Meilix Generator</h3>
</a>
<span class="drop-btn">
Expand Down

0 comments on commit 14c80bb

Please sign in to comment.