Skip to content

Commit

Permalink
Merge pull request #234 from SparkEdUAB/fix-git-history
Browse files Browse the repository at this point in the history
fixed alignment and git history
  • Loading branch information
OlivierJM authored Dec 6, 2019
2 parents 51d06c6 + edcbd21 commit 11d9ab8
Show file tree
Hide file tree
Showing 6 changed files with 273 additions and 194 deletions.
1 change: 1 addition & 0 deletions client/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ nav ul a:hover {
box-shadow: none !important;
width: 300px;
}

/*end search*/

#dropdown1 {
Expand Down
2 changes: 1 addition & 1 deletion imports/ui/components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class Home extends PureComponent {
if (!courses) {
return <span> No Courses </span>;
} else if (courses.length === 0) {
return <p className="center"> There are no contents yet </p>;
return <p className="center"> There is no content as yet </p>;
}
return courses.map(cours => <Courses key={index++} course={cours} />);
}
Expand Down
4 changes: 3 additions & 1 deletion imports/ui/components/Language/Languages.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ export default class Languages extends PureComponent {

render() {
return (
<div className="row">
<div className="row" style={{
marginLeft: '1em',
}} >
<a href="" onClick={e => this.changeLangauge(e, 'en')}>
<T>common.language.enUS</T>
</a>
Expand Down
Loading

0 comments on commit 11d9ab8

Please sign in to comment.