Replace animated oops.gif by a non-animated image

Fixes #6060
This commit is contained in:
Thibaut Girka 2018-12-17 14:47:00 +01:00 committed by ThibG
parent aae088aaf0
commit 0c2d48b60a
2 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@
= render partial: 'layouts/theme', object: (@theme || { pack: 'common', flavour: 'glitch', skin: 'default' })
%body.error
.dialog
%img{ alt: Setting.default_settings['site_title'], src: '/oops.gif' }/
%img{ alt: Setting.default_settings['site_title'], src: '/oops.png' }/
%div
%h1= yield :content

BIN
public/oops.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB