From aef3c8ca320fe8b32132da6825eac73e9d402bbd Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 19 Oct 2024 19:36:23 -0700 Subject: [PATCH] No need to specify the extension now --- app/views/accounts/users/_invite.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/accounts/users/_invite.html.erb b/app/views/accounts/users/_invite.html.erb index 9f3f028a8..48d7b6ba9 100644 --- a/app/views/accounts/users/_invite.html.erb +++ b/app/views/accounts/users/_invite.html.erb @@ -16,7 +16,7 @@ <% end %> - <%= image_tag account_join_code_path(format: "svg"), class: "qr-code center", alt: "QR Code", loading: "lazy" %> + <%= image_tag account_join_code_path, class: "qr-code center", alt: "QR Code", loading: "lazy" %>