Updated mobile menu section

This commit is contained in:
rockyeverlast
2024-05-07 13:57:23 +05:30
parent 8766e41c97
commit 59ecce2e1e
3 changed files with 23 additions and 4 deletions

View File

@@ -277,6 +277,24 @@ export const MobileMenu = () => {
>
HealthTech
</Link>
<Link
to="/identity-security"
// target="_blank"
// rel="noopener noreferrer"
style={innerLink}
onClick={handleClick}
>
Identity and Security
</Link>
<Link
to="/Telecom"
// target="_blank"
// rel="noopener noreferrer"
style={innerLink}
onClick={handleClick}
>
Telecom
</Link>
</AccordionPanel>
</AccordionItem>