This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-27 22:51:49 +04:00
parent 7bcfc71767
commit 47473e7967
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default function LoginProvider({id, title, icon, callbackUrl}) {
startIcon={icon}
onClick={hanleClick}
>
{title} koneksyon
{title} connexion
</Button>
</Link>
)