File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/components/TeamManagement Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,16 @@ import React, {PropTypes} from 'react'
33const OwnerModal = ( { member, onCancel, onConfirm} ) => {
44 return (
55 < div className = "modal" >
6- < div className = "modal-title center " >
6+ < div className = "modal-title" >
77 Assign member as owner
88 </ div >
99 < div className = "modal-body" >
10- < p className = "message center " >
10+ < p className = "message" >
1111 This will make < strong > { member . name } </ strong > the project owner. Do you still want to proceed?
1212 </ p >
1313
14- < div className = "button-area" >
14+ < div className = "button-area flex center " >
1515 < button className = "tc-btn tc-btn-default tc-btn-sm btn-cancel" onClick = { onCancel } > Cancel</ button >
16- { ' ' }
1716 < button className = "tc-btn tc-btn-primary tc-btn-sm" onClick = { onConfirm } > Assign as owner</ button >
1817 </ div >
1918 </ div >
You can’t perform that action at this time.
0 commit comments