Merge branch 'staging' into preprod
This commit is contained in:
commit
59b5a7f68a
@ -71,11 +71,10 @@ export default class Newsletter extends React.Component<IProps, IState> {
|
||||
<div className={classes["root"]}>
|
||||
<div className={classes["text"]}>
|
||||
<Typography typo={ETypo.TITLE_H5} color={ETypoColor.COLOR_GENERIC_WHITE}>
|
||||
Soyez informé, soyez protégé
|
||||
Restez Informé(e) avec notre Newsletter
|
||||
</Typography>
|
||||
<Typography typo={ETypo.TEXT_LG_REGULAR} color={ETypoColor.COLOR_GENERIC_WHITE}>
|
||||
Recevez chaque mois nos astuces d'utilisation, promotions exclusives et conseils d'experts pour assurer
|
||||
votre cybersécurité !
|
||||
Ne manquez aucune de nos actualités, promotions exclusives et conseils d'experts !
|
||||
</Typography>
|
||||
{this.state.errorMessage && (
|
||||
<div>
|
||||
|
@ -1,4 +1,6 @@
|
||||
.root {
|
||||
text-wrap: nowrap;
|
||||
|
||||
.mirror-shadow-element {
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
@ -21,6 +23,7 @@
|
||||
border-bottom: 1px solid var(--color-neutral-500);
|
||||
|
||||
.vertical-container {
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -120,7 +120,7 @@ export default function ClientBox(props: IProps) {
|
||||
</Button>
|
||||
<DeleteCustomerModal
|
||||
isOpen={isDeleteModalOpen}
|
||||
onClose={close}
|
||||
onClose={closeDeleteModal}
|
||||
customerUid={customer.uid ?? ""}
|
||||
onDelete={handleDelete}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user