File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -23,21 +23,22 @@ export class Footer extends React.Component<any, State> {
2323 render ( ) {
2424 return (
2525 < footer className = "footer" >
26- < Container >
27- < Row >
26+ < Container fluid >
27+ < Row className = "justify-content-xs-center" >
2828 < Col xs = "5" >
2929 { this . state . infos && (
3030 < small > { this . state . infos . copyright } . Distributed under the < a target = "_blank" href = { this . state . infos . licenseUri } > { this . state . infos . license } </ a > .</ small >
3131 ) }
3232 </ Col >
33- < Col xs = "2 " >
33+ < Col xs = "auto " >
3434 { this . state . infos && (
3535 < small > V: { this . state . infos . version } Rev: < a target = "_blank" href = { `https://github.com/THM-MoTE/webmodelica/commit/${ this . state . infos . commitHash } ` } > #{ this . state . infos . commitHash } </ a > </ small > ) }
3636 </ Col >
37- < Col xs = "5 " >
37+ < Col xs = "auto " >
3838 < small >
3939 < a target = "_blank" href = "https://github.com/thm-mote/webmodelica" > < Octicon name = "mark-github" /> Repository</ a >
40- < a target = "_blank" href = "https://github.com/thm-mote/webmodelica/issues" > < Octicon name = "issue-opened" /> Issues</ a > < br />
40+ < a target = "_blank" href = "https://github.com/thm-mote/webmodelica/issues" > < Octicon name = "issue-opened" /> Issues</ a >
41+ < a target = "_blank" href = "documentation.html" > < Octicon name = "book" /> Doc</ a >
4142 </ small >
4243 </ Col >
4344 </ Row >
You can’t perform that action at this time.
0 commit comments