Skip to content

Commit

Permalink
Merge pull request #350 from breatheco-de/development
Browse files Browse the repository at this point in the history
added small documentation info alert into the github configuration view
  • Loading branch information
alesanchezr authored Mar 21, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 5762aaf + 5247d64 commit 5777a14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/views/admin/github.jsx
Original file line number Diff line number Diff line change
@@ -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 = () => {
/>
</div>
<div>
<Alert severity="info">
<AlertTitle>Sync your school students in-or-out of your github organization as they are added or removed from the cohorts, <a className="underline" href="https://4geeks.com/lesson/github-organization-user-sync" target="_blank">you can read more about it here.</a></AlertTitle>
</Alert>
<Grid container spacing={3} className="mt-4">
{ settings.beta && <Grid item md={5} xs={12}>
<GithubOrganization

1 comment on commit 5777a14

@vercel
Copy link

@vercel vercel bot commented on 5777a14 Mar 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.