summaryrefslogtreecommitdiff
path: root/templates/layouts/app.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-09-20 06:15:12 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-09-20 06:15:12 +0200
commitc8f5ba2493b6d9bcceab871d41b7ec5692d41058 (patch)
treec12358d208c7015224390bf592da6027832f7663 /templates/layouts/app.html.ep
parentec9f142bec4321002b86d6691bca6ed1e1f5e7c9 (diff)
fix icon alignment in buttons3.2.11
Diffstat (limited to 'templates/layouts/app.html.ep')
-rw-r--r--templates/layouts/app.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep
index 3c79173..1a19614 100644
--- a/templates/layouts/app.html.ep
+++ b/templates/layouts/app.html.ep
@@ -18,7 +18,7 @@
<meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/>
% }
- % my $av = 'v30'; # asset version
+ % my $av = 'v31'; # asset version
% if (session('theme') and session('theme') eq 'dark' or param('dark')) {
%= stylesheet "/static/${av}/css/dark.min.css", id => 'theme'
% }