diff --git a/src/app/views/admin/github.jsx b/src/app/views/admin/github.jsx index 9e318a7b..011e7e91 100644 --- a/src/app/views/admin/github.jsx +++ b/src/app/views/admin/github.jsx @@ -1,5 +1,6 @@ import React, { useEffect, useState } from "react"; -import { Grid, Card, Divider } from "@material-ui/core"; +import { Grid } from "@material-ui/core"; +import { Alert, AlertTitle } from "@material-ui/lab"; import { useSelector } from 'react-redux'; import { Breadcrumb } from "../../../matx"; import bc from "../../services/breathecode"; @@ -95,6 +96,9 @@ const GithubSettings = () => { />
+ + Sync your school students in-or-out of your github organization as they are added or removed from the cohorts, you can read more about it here. + { settings.beta &&