Skip to content

Commit

Permalink
Fixes #1209
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Oct 2, 2019
1 parent 2cbb315 commit 51bd0c8
Showing 1 changed file with 1 addition and 1 deletion.
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 51bd0c8

Please sign in to comment.