Skip to content

Commit

Permalink
Merge pull request #1212 from ironmansoftware/1209
Browse files Browse the repository at this point in the history
Fixes #1209
  • Loading branch information
adamdriscoll authored Oct 2, 2019
2 parents 2cbb315 + 51bd0c8 commit f1df42c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class UdFooter extends React.Component {
var fontColor = this.props.footer.fontColor ? this.props.footer.fontColor : this.props.fontColor;

return <footer className="page-footer ud-footer" style={{backgroundColor: backgroundColor, color: fontColor}}>
<div className="footer-copyright" style={{backgroundColor: backgroundColor, color: fontColor}}>>
<div className="footer-copyright" style={{backgroundColor: backgroundColor, color: fontColor}}>
<div className="container">
{this.props.footer.copyright}
<div className="right">
Expand Down

0 comments on commit f1df42c

Please sign in to comment.