fixed bug

This commit is contained in:
AmirHossein Mahmoodi
2023-12-20 17:27:48 +03:30
parent 7f54319b6f
commit da28feabcf
10 changed files with 53 additions and 13 deletions

View File

@@ -16,11 +16,10 @@ const FooterDetails = () => {
</Grid>
<Grid item xs={12} md={4}>
<Stack direction="row" alignItems="center" justifyContent="center">
<img src='/icons/logoLandingPage.png' width={25} alt="Your Alt Text"/>
<img src='/icons/bpms.png' width={50} alt={t("powered_by_witel")}/>
<LinkRouting
sx={{margin: 0.5, fontSize: "20px", color: "white"}}
href={process.env.NEXT_PUBLIC_POWERED_BY_URL}
target="_blank"
sx={{margin: 0.5, fontSize: "16px", color: "white"}}
href={'#'}
underline="hover"
>
{t("powered_by_witel")}