diff --git a/src/pages/upgrades/vision.tsx b/src/pages/upgrades/vision.tsx index 37519e987ec..a6e7c569501 100644 --- a/src/pages/upgrades/vision.tsx +++ b/src/pages/upgrades/vision.tsx @@ -27,6 +27,11 @@ import FeedbackCard from "../../components/FeedbackCard" import { translateMessageId } from "../../utils/translations" import { getImage } from "../../utils/image" +const ProblemCardContainer = styled(CardContainer)` + max-width: ${(props) => props.theme.breakpoints.l}; + margin: 0 auto; +` + const StyledCardContainer = styled(CardContainer)` margin-top: 2rem; margin-bottom: 3rem; @@ -83,11 +88,6 @@ const paths = [ title: , description: , }, - { - emoji: ":high_voltage_sign:", - title: , - description: , - }, ] const VisionPage = ({ @@ -192,7 +192,7 @@ const VisionPage = ({ - + {paths.map((path, idx) => ( ))} - +