Add img
This commit is contained in:
@@ -44,6 +44,10 @@ export class I18nForm extends React.PureComponent<
|
|||||||
EN
|
EN
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<img
|
||||||
|
src="http://d1ldz4te4covpm.cloudfront.net/sites/all/themes/packt_v4/images/packt-logo.svg"
|
||||||
|
style={{ width: "50px", height: "25px" }}
|
||||||
|
/>
|
||||||
<br />
|
<br />
|
||||||
<div>{t("please enter details")}</div>
|
<div>{t("please enter details")}</div>
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* @flow */
|
/* @flow */
|
||||||
|
|
||||||
import { I18nForm } from "./i18nform.a11y.js";
|
import { I18nForm } from "./i18nform.js";
|
||||||
export { I18nForm };
|
export { I18nForm };
|
||||||
|
|||||||
Reference in New Issue
Block a user