diff --git a/app/client/public/developer_basecamp_13.png b/app/client/public/developer_basecamp_13.png new file mode 100644 index 000000000..fb9b2fa38 Binary files /dev/null and b/app/client/public/developer_basecamp_13.png differ diff --git a/app/client/src/App.tsx b/app/client/src/App.tsx index 31fe46089..8800783a7 100644 --- a/app/client/src/App.tsx +++ b/app/client/src/App.tsx @@ -73,19 +73,19 @@ function App() { - {/* */} + link="https://us06web.zoom.us/webinar/register/6517491159098/WN_VnPGmzseSBmi7FkNcPpRmQ#/registration" + /> <> diff --git a/app/client/src/components/modals/GenericModal.tsx b/app/client/src/components/modals/GenericModal.tsx index edb54c1e1..e19d78975 100644 --- a/app/client/src/components/modals/GenericModal.tsx +++ b/app/client/src/components/modals/GenericModal.tsx @@ -114,7 +114,7 @@ export const GenericModal = ({ id, open, handleClose, handleOpen, image_src, ima height: "100%", }} > - + openInNewTab(link)} src={image_src} @@ -132,8 +132,12 @@ export const GenericModal = ({ id, open, handleClose, handleOpen, image_src, ima onClick={handleDontShowAgain} sx={{ color: "white", + backgroundColor: "#4862b0", borderRadius: 2, py: 1.5, + "&:hover": { + backgroundColor: "#5a7bd0", + }, }} > Don't show again @@ -187,11 +191,16 @@ export const GenericModal = ({ id, open, handleClose, handleOpen, image_src, ima variant="outlined" onClick={handleDontShowAgain} sx={{ - borderColor: "rgba(255, 255, 255, 0.5)", + borderColor: "#4862b0", color: "white", + backgroundColor: "#4862b0", borderRadius: 2, flex: "0 1 22em", py: 1, + "&:hover": { + backgroundColor: "#5a7bd0", + borderColor: "#5a7bd0", + }, }} > Don't show again