1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

update text in the drop area (#482)

This commit is contained in:
Youssef Khedher 2021-11-01 12:03:15 +01:00 committed by GitHub
parent 0d1739bd6e
commit 81b82c368a

View File

@ -19,7 +19,7 @@ const useDropboxMarkup = (isOver: boolean, expandedSidebar: boolean) => {
condition={expandedSidebar}
show={
<div className={dropboxClasses}>
<p>Drag and drop strategies from the left side menu</p>
<p>Drag and drop strategies from the left side strategy panel</p>
<GetApp className={iconClasses} />
</div>
}