Replace animated oops.gif by a non-animated image

Fixes #6060
master
Thibaut Girka 5 years ago committed by ThibG
parent aae088aaf0
commit 0c2d48b60a
  1. 2
      app/views/layouts/error.html.haml
  2. BIN
      public/oops.png

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Loading…
Cancel
Save