Skip to content

Commit

Permalink
Merge pull request #371 from cipherB/development
Browse files Browse the repository at this point in the history
#338 Built a Github installed page
  • Loading branch information
00mikhael authored Sep 3, 2021
2 parents 27fa1ba + 18fdcea commit 5654da8
Show file tree
Hide file tree
Showing 23 changed files with 218 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/components/Apps/Github/Github.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from "react";
import { BrowserRouter as Router, Route, Switch } from "react-router-dom";
// import ToolsHeader from "../../toolsheader/toolsheader";
import GithubHome from "./containers/GithubHome";
import GithubInstalled from "./containers/GithubInstalled";

const Github = () => {
return (
Expand All @@ -10,10 +11,11 @@ const Github = () => {
<Router>
<Switch>
<Route exact path="/github" component={GithubHome} />
<Route exact path="/github/github-installed" component={GithubInstalled} />
</Switch>
</Router>
</>
);
};

export default Github;
export default Github;
3 changes: 3 additions & 0 deletions client/src/components/Apps/Github/assets/Aa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions client/src/components/Apps/Github/assets/Line-30.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions client/src/components/Apps/Github/assets/align-center.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions client/src/components/Apps/Github/assets/arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions client/src/components/Apps/Github/assets/at-sign.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions client/src/components/Apps/Github/assets/bold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions client/src/components/Apps/Github/assets/chev-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions client/src/components/Apps/Github/assets/git-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions client/src/components/Apps/Github/assets/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5654da8

Please sign in to comment.