From ba859ce747f51dcc3e2bb08bb7e558764df963c8 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Tue, 12 Mar 2024 18:34:40 -0700 Subject: [PATCH] Oops, fix neopass-header.png image reference Huh, omitting the filetype is legal in development, but failed in production. Weird! --- app/views/about/neopass.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/about/neopass.html.haml b/app/views/about/neopass.html.haml index d31df606..849e406e 100644 --- a/app/views/about/neopass.html.haml +++ b/app/views/about/neopass.html.haml @@ -1,6 +1,6 @@ - title "NeoPass for DTI" -= image_tag 'about/neopass-header', += image_tag 'about/neopass-header.png', alt: "Header image of three Neopets wearing NeoPass badges on lanyards" :markdown