diff --git a/frontend/src/pages/Dashboard/index.js b/frontend/src/pages/Dashboard/index.js index 3c39393d..cc493a36 100644 --- a/frontend/src/pages/Dashboard/index.js +++ b/frontend/src/pages/Dashboard/index.js @@ -90,10 +90,11 @@ const useStyles = makeStyles((theme) => ({ }, supportBox: { backgroundColor: theme.palette.secondary.light, - margin: "5px", borderRadius: "10px", - maxWidth: "calc(33.333333% - 10px)", textAlign: "center", + borderColor: theme.palette.secondary.main, + borderWidth: "3px", + borderStyle: "solid", }, cardAvatar: { fontSize: "55px", @@ -394,49 +395,49 @@ const Dashboard = () => { ( - - - - {i18n.t("ticketz.support.title")} - - - - - PIX - -
- -
- - 1ab11506-9480-4303-8e1e-988e7c49ed4d - -
- - - {i18n.t("ticketz.support.mercadopagotitle")} - - - {i18n.t("ticketz.support.recurringbrl")} - - - - - - {i18n.t("ticketz.support.paypaltitle")} - - - {i18n.t("ticketz.support.international")} - - - -
-
-
- )} /> + + + + {i18n.t("ticketz.support.title")} + + + + + PIX + +
+ +
+ + 1ab11506-9480-4303-8e1e-988e7c49ed4d + +
+ + + {i18n.t("ticketz.support.mercadopagotitle")} + + + {i18n.t("ticketz.support.recurringbrl")} + + + + + + {i18n.t("ticketz.support.paypaltitle")} + + + {i18n.t("ticketz.support.international")} + + + +
+
+
+ )} /> {/* DASHBOARD ATENDIMENTOS HOJE */}