parent
c5915b0ad6
commit
0af14a0b8f
@ -0,0 +1,12 @@ |
|||||||
|
import React, { useEffect, useState } from 'react' |
||||||
|
|
||||||
|
export const Disabled = () => { |
||||||
|
|
||||||
|
return ( |
||||||
|
<div data-id='disabled' className='text-sm w-100 alert alert-warning'> |
||||||
|
Git is currently disabled.<br></br> |
||||||
|
If you are using RemixD you can use git on the terminal.<br></br> |
||||||
|
</div> |
||||||
|
) |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue