File tree Expand file tree Collapse file tree 5 files changed +421
-325
lines changed
quick-dapp/src/components
remix-ide/src/app/plugins Expand file tree Collapse file tree 5 files changed +421
-325
lines changed Original file line number Diff line number Diff line change 11import React from 'react' ;
2- import { Alert } from 'react-bootstrap' ;
2+ import { Alert } from 'react-bootstrap' ;
33import { FormattedMessage } from 'react-intl' ;
44
55const CreateInstance : React . FC = ( ) => {
66
77 return (
88 < div className = "text-center" >
9- < Alert className = "mt-4 text-start" variant = "info" data-id = "quickDappTooltips" >
10- < FormattedMessage id = "quickDapp.text1" />
11- < br />
12- < FormattedMessage id = "quickDapp.text2" />
9+
10+ < Alert
11+ className = "mt-4 d-flex align-items-center justify-content-center"
12+ variant = "info"
13+ data-id = "quickDappTooltips"
14+ >
15+
16+ < div className = "flex-shrink-0 me-3" >
17+ < img
18+ src = './assets/sparkling.png'
19+ style = { { width : '300px' } }
20+ alt = "Sparkling star icon"
21+ />
22+ </ div >
23+ < div className = "text-start" >
24+ < FormattedMessage id = "quickDapp.text1" />
25+ < br />
26+ < FormattedMessage id = "quickDapp.text2" />
27+ </ div >
1328 </ Alert >
14- < img src = './assets/sparkling.png' style = { { width : '40%' } } />
1529 < div className = "mt-4 mb-3" >
1630 < FormattedMessage id = "quickDapp.text7" />
1731 </ div >
1832 </ div >
1933 ) ;
2034} ;
2135
22- export default CreateInstance ;
36+ export default CreateInstance ;
You can’t perform that action at this time.
0 commit comments