Skip to content

Commit

Permalink
Allow gif, webp, svg
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Sep 9, 2024
1 parent 91de05d commit 5161268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/co/gaiwan/compass/html/sessions.clj
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
(when session
[session-image+guage session user])
[:label {:for "image"} "Activity Image"]
[:input {:id "image" :name "image" :type "file" :accept "image/png, image/jpeg"}]
[:input {:id "image" :name "image" :type "file" :accept "image/png, image/jpeg, image/gif, image/webp, image/svg+xml"}]

[:input {:type "submit" :value (if session
"Save"
Expand Down

0 comments on commit 5161268

Please sign in to comment.