updated noscript style

This commit is contained in:
Danny Coates 2018-02-19 23:10:03 -08:00
parent 343627eb82
commit afb099f9df
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 21 additions and 19 deletions

View file

@ -2,7 +2,7 @@ const html = require('choo/html');
const assets = require('../../../common/assets');
module.exports = function(state) {
return html`<div class="footer">
return html`<footer class="footer">
<div class="legalSection">
<a
href="https://www.mozilla.org"
@ -60,5 +60,5 @@ module.exports = function(state) {
alt="twitter"/>
</a>
</div>
</div>`;
</footer>`;
};