This is an automated email from the ASF dual-hosted git repository. hshpak pushed a commit to branch feat/DATALAB-2781/share-one-image-with-all-project-users in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 8cfb8db2a49859c8e4329b95c9ebfbde229360a8 Author: Hennadii_Shpak <[email protected]> AuthorDate: Wed Jun 29 21:11:14 2022 +0300 changed share icon --- .../resources/webapp/src/app/resources/images/images.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.html b/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.html index 17677103a..7033dcc25 100644 --- a/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.html +++ b/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.html @@ -253,7 +253,7 @@ (click)="onShare(element)" [disabled]="userName !== element.user || element.status !== 'CREATED'" > - <i class="material-icons">create</i> + <i class="material-icons">screen_share</i> <span>Share</span> </button> </li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
