mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 22:49:01 -05:00
🐛 Change default team image in config
This commit is contained in:
parent
39ae2ed98d
commit
140731cf34
2 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
- Fix team default image [Taiga #3919](https://tree.taiga.io/project/penpot/issue/3919)
|
||||||
- Fix problem with group coordinates [#2008](https://github.com/penpot/penpot/issues/2008)
|
- Fix problem with group coordinates [#2008](https://github.com/penpot/penpot/issues/2008)
|
||||||
- Fix problem with line-height and texts [Taiga #3578](https://tree.taiga.io/project/penpot/issue/3578)
|
- Fix problem with line-height and texts [Taiga #3578](https://tree.taiga.io/project/penpot/issue/3578)
|
||||||
- Fix moving frame-guides outside frames [Taiga #3839](https://tree.taiga.io/project/penpot/issue/3839)
|
- Fix moving frame-guides outside frames [Taiga #3839](https://tree.taiga.io/project/penpot/issue/3839)
|
||||||
|
|
|
@ -605,7 +605,7 @@
|
||||||
[:div.label (tr "dashboard.team-info")]
|
[:div.label (tr "dashboard.team-info")]
|
||||||
[:div.name (:name team)]
|
[:div.name (:name team)]
|
||||||
[:div.icon
|
[: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)}]
|
[:img {:src (cfg/resolve-team-photo-url team)}]
|
||||||
[:& file-uploader {:accept "image/jpeg,image/png"
|
[:& file-uploader {:accept "image/jpeg,image/png"
|
||||||
:multi false
|
:multi false
|
||||||
|
|
Loading…
Add table
Reference in a new issue