mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 18:45:49 +00:00
Updated mobile menu section
This commit is contained in:
@@ -275,10 +275,10 @@ export default function Partner() {
|
||||
pagination={true}
|
||||
navigation={false}
|
||||
modules={[Navigation, Pagination, Autoplay]}
|
||||
// autoplay={{
|
||||
// delay: 10000,
|
||||
// disableOnInteraction: false,
|
||||
// }}
|
||||
autoplay={{
|
||||
delay: 10000,
|
||||
disableOnInteraction: false,
|
||||
}}
|
||||
loop={true}
|
||||
style={{
|
||||
paddingBottom: "4rem",
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -194,6 +194,7 @@ const UseCase = ({ useCase, bannerImage, bannerHeading, bannerSubHeading }) => {
|
||||
sx={{
|
||||
"@media (max-width: 600px)": {
|
||||
fontSize: "22px",
|
||||
textAlign: "center",
|
||||
},
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user