From 5247d64a0dd4865f05bd4c350366ba86b166d8e4 Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Date: Tue, 21 Mar 2023 03:30:25 +0000 Subject: [PATCH] added small documentation info alert into the github configuration view --- src/app/views/admin/github.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 &&