updated noscript style
This commit is contained in:
parent
343627eb82
commit
afb099f9df
3 changed files with 21 additions and 19 deletions
|
@ -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>`;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue