You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by hs...@apache.org on 2022/06/29 18:46:00 UTC

[incubator-datalab] 01/01: changed share icon

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 <bo...@gmail.com>
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: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org