🐛 Change default team image in config

This commit is contained in:
Eva 2022-08-02 08:30:07 +02:00
parent 39ae2ed98d
commit 140731cf34
2 changed files with 2 additions and 1 deletions

View file

@ -605,7 +605,7 @@
[:div.label (tr "dashboard.team-info")]
[:div.name (:name team)]
[:div.icon
[:span.update-overlay {:on-click on-image-click} i/exit]
[:span.update-overlay {:on-click on-image-click} i/image]
[:img {:src (cfg/resolve-team-photo-url team)}]
[:& file-uploader {:accept "image/jpeg,image/png"
:multi false