Skip to content

Commit bf1700f

Browse files
author
N. Justus
committed
link dev doc in footer
1 parent 981c29a commit bf1700f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ui/src/partials/footer.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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" />&nbsp;Repository</a>&nbsp;&nbsp;
40-
<a target="_blank" href="https://github.com/thm-mote/webmodelica/issues"><Octicon name="issue-opened" />&nbsp; Issues</a><br />
40+
<a target="_blank" href="https://github.com/thm-mote/webmodelica/issues"><Octicon name="issue-opened" />&nbsp; Issues</a>&nbsp;&nbsp;
41+
<a target="_blank" href="documentation.html"><Octicon name="book" />&nbsp; Doc</a>
4142
</small>
4243
</Col>
4344
</Row>

0 commit comments

Comments
 (0)