change component alias
This commit is contained in:
parent
b953712c4b
commit
dd4a422adb
@ -1,5 +1,5 @@
|
|||||||
import { Box, Typography, useMediaQuery, useTheme } from "@mui/material";
|
import { Box, Typography, useMediaQuery, useTheme } from "@mui/material";
|
||||||
import CustomButton from "../Button";
|
import Button from "../Button";
|
||||||
import SectionWrapper from "../SectionWrapper";
|
import SectionWrapper from "../SectionWrapper";
|
||||||
|
|
||||||
|
|
||||||
@ -46,12 +46,12 @@ export default function Section5() {
|
|||||||
gap: upMd ? "24px" : "20px",
|
gap: upMd ? "24px" : "20px",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<CustomButton
|
<Button
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
>Подробнее</CustomButton>
|
>Подробнее</Button>
|
||||||
<CustomButton
|
<Button
|
||||||
variant="contained"
|
variant="contained"
|
||||||
>Подробнее</CustomButton>
|
>Подробнее</Button>
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
</SectionWrapper >
|
</SectionWrapper >
|
||||||
|
Loading…
Reference in New Issue
Block a user