undo a fup from previous commit
This commit is contained in:
parent
484063a596
commit
5263839731
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user