undo a fup from previous commit

This commit is contained in:
Danny Coates 2018-02-26 13:54:41 -08:00
parent 484063a596
commit 5263839731
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
const html = require('choo/html');
const raw = require('choo/html/raw');
const assets = require('../../../common/assets');
/*
The current weback config uses package.json to generate
@ -29,7 +28,7 @@ module.exports = function(state) {
<div>${state.translate('siteSubtitle')}</div>
</div>
</div>
<a href="${raw(feedbackUrl)}"
<a href="${feedbackUrl}"
rel="noreferrer noopener"
class="feedback"
target="_blank">${state.translate('siteFeedback')}</a>