about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app/views/layouts/error.html.haml2
-rw-r--r--public/oops.pngbin0 -> 26661 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/error.html.haml b/app/views/layouts/error.html.haml
index be3e9f105..c9afbb5c8 100644
--- a/app/views/layouts/error.html.haml
+++ b/app/views/layouts/error.html.haml
@@ -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
diff --git a/public/oops.png b/public/oops.png
new file mode 100644
index 000000000..0a48cbf94
--- /dev/null
+++ b/public/oops.png
Binary files differ