Merge branch 'main' into preprod

This commit is contained in:
Maxime Lalo 2024-07-04 10:14:42 +02:00
commit 1ec401688c

View File

@ -21,7 +21,7 @@ export default class ProfileModal extends React.Component<IProps, IState> {
<div className={classes["root"]}> <div className={classes["root"]}>
<NavigationLink path={Module.getInstance().get().modules.pages.MyAccount.props.path} text="Mon compte" /> <NavigationLink path={Module.getInstance().get().modules.pages.MyAccount.props.path} text="Mon compte" />
<NavigationLink target="_blank" path="/Onboarding_Le_Coffre.pdf" text="Guide de Prise en Main" /> <NavigationLink target="_blank" path="/Onboarding_Le_Coffre.pdf" text="Guide de Prise en Main" />
<NavigationLink target="_blank" path="/CGU_LeCoffre_io.pdf" text="CGU" /> <NavigationLink target="_blank" path="https://ressources.lecoffre.io/" text="CGU" />
<div className={classes["separator"]} /> <div className={classes["separator"]} />
<LogOutButton /> <LogOutButton />
</div> </div>