summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorJfriedli2021-03-21 17:11:06 +0100
committerJfriedli2021-03-21 17:11:06 +0100
commit898d6f3c1f41c047730060d9346e6246a26f3816 (patch)
tree9a2c1d08e23977232948411c298dc2d5aee6c2a1 /templates/base.html
parentce80bc7816884cace742e8d4d81931c1ebe9a945 (diff)
use svg logo format
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index d3a3891..33305aa 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -34,7 +34,7 @@
34<body class="flex flex-col h-screen justify-between"> 34<body class="flex flex-col h-screen justify-between">
35 <header class="h-20 w-full bg-blue-light my-0 flex justify-center"> 35 <header class="h-20 w-full bg-blue-light my-0 flex justify-center">
36 <a href='.' class="mt-8"> 36 <a href='.' class="mt-8">
37 <img class='max-h-28' src="{{ url_for('static', filename='logo.png') }}" alt="mat2 logo" /> 37 <img class='max-h-28' src="{{ url_for('static', filename='logo.svg') }}" alt="Mat2 logo" />
38 </a> 38 </a>
39 </header> 39 </header>
40 40