Commit a0e81ca0 authored by Riri Novita's avatar Riri Novita

Tambahan

parent 375a4a1c
......@@ -298,7 +298,7 @@ class MaintenanceMode extends Component {
<button
type="button"
style={{ background: 'white' }}
onClick={() => null}
onClick={() => Alert('Coming Soon !')}
>
<div style={{ width: 102, height: 30, backgroundColor: '#fff', border: 'solid 1px #354960', borderRadius: 5, alignItems: 'center', display: 'flex', justifyContent: 'center', marginRight: 15 }}>
<span style={{ color: '#354960', fontSize: 11 }}>Batal</span>
......@@ -306,7 +306,7 @@ class MaintenanceMode extends Component {
</button>
<button
type="button"
onClick={() => null}
onClick={() => Alert('Coming Soon !')}
>
<div style={{ width: 102, height: 30, backgroundColor: '#354960', borderRadius: 5, alignItems: 'center', display: 'flex', justifyContent: 'center' }}>
<span style={{ color: '#fff', fontSize: 11 }}>Simpan</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment