fixed bug
This commit is contained in:
@@ -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")}
|
||||
|
||||
Reference in New Issue
Block a user