summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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