Fixed icons

This commit is contained in:
Magnus Åhall 2024-06-25 09:49:09 +02:00
parent aaf4dce6f8
commit 3ec4bdec2b
13 changed files with 858 additions and 30 deletions

View file

@ -2,7 +2,7 @@
<link rel="stylesheet" type="text/css" href="/css/{{ .VERSION }}/{{ .CONFIG.THEME }}/index.css">
<div style="float: left;">
<img src="/images/{{ .VERSION }}/logo_selected.svg" style="width: 64px; margin-right: 32px;">
<img src="/images/{{ .VERSION }}/{{ .CONFIG.THEME }}/logo.svg" style="width: 64px; margin-right: 32px;">
</div>
<div style="float: left;">
@ -10,8 +10,4 @@
<h2>{{ .VERSION }}</h2>
</div>
<div style="clear: both" class="graph">
<img src="/images/{{ .VERSION }}/graph.svg">
</div>
{{ end }}