Skip to content

Commit

Permalink
INFPC logo mobile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pparage committed Feb 23, 2024
1 parent fc6f9f8 commit 4049031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import Loading from "../../box/Loading.jsx";
export default class PageEducationEducation extends React.Component {
constructor(props) {
super(props);

this.state = {
educationEntities: null,
educationServices: null,
Expand Down
7 changes: 4 additions & 3 deletions src/component/page/pageeducation/PageEducationTrainings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,10 @@ export default class PageEducationTrainings extends React.Component {
<div className="title-section">
<div className="row">
<div className="col-md-12">
<div>In collaboration with the national portal</div>

{this.state.entity && <img src={getApiURL() + "public/get_public_image/1825"}/>}
<div>
In collaboration with the national portal <br/>
{this.state.entity && <img src={getApiURL() + "public/get_public_image/1825"}/>}
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 4049031

Please sign in to comment.