hover text for workspace options updated

pull/968/head
aniket-engg 4 years ago committed by Aniket
parent 0a0649307e
commit c97ec24f25
  1. 6
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -327,7 +327,7 @@ export const Workspace = (props: WorkspaceProps) => {
createWorkspace() createWorkspace()
}} }}
className='far fa-plus-square remixui_menuicon' className='far fa-plus-square remixui_menuicon'
title='Create a new Workspace'> title='Create workspace'>
</span> </span>
<span <span
hidden={state.currentWorkspace === LOCALHOST || state.currentWorkspace === NO_WORKSPACE} hidden={state.currentWorkspace === LOCALHOST || state.currentWorkspace === NO_WORKSPACE}
@ -338,7 +338,7 @@ export const Workspace = (props: WorkspaceProps) => {
renameCurrentWorkspace() renameCurrentWorkspace()
}} }}
className='far fa-edit remixui_menuicon' className='far fa-edit remixui_menuicon'
title='Rename current Workspace'> title='Rename workspace'>
</span> </span>
<span <span
hidden={state.currentWorkspace === LOCALHOST || state.currentWorkspace === NO_WORKSPACE} hidden={state.currentWorkspace === LOCALHOST || state.currentWorkspace === NO_WORKSPACE}
@ -349,7 +349,7 @@ export const Workspace = (props: WorkspaceProps) => {
deleteCurrentWorkspace() deleteCurrentWorkspace()
}} }}
className='fas fa-trash' className='fas fa-trash'
title='Delete current Workspace'> title='Delete workspace'>
</span> </span>
</span> </span>
<select id="workspacesSelect" data-id="workspacesSelect" onChange={(e) => setWorkspace(e.target.value)} className="form-control custom-select"> <select id="workspacesSelect" data-id="workspacesSelect" onChange={(e) => setWorkspace(e.target.value)} className="form-control custom-select">

Loading…
Cancel
Save