wip
This commit is contained in:
parent
2b81ff1fb3
commit
cc85486414
28 changed files with 207 additions and 97 deletions
|
@ -32,7 +32,7 @@ module.exports = function(state) {
|
|||
}
|
||||
|
||||
return html`
|
||||
<div class="page unsupportedPage">
|
||||
<main class="main page unsupportedPage">
|
||||
${title(state)}
|
||||
<div class="error unsupportedPage__error">${strings.header}</div>
|
||||
<div class="description flexible">
|
||||
|
@ -53,7 +53,7 @@ module.exports = function(state) {
|
|||
<div class="unsupportedPage__info">
|
||||
${strings.explainer}
|
||||
</div>
|
||||
</div>`;
|
||||
</main>`;
|
||||
};
|
||||
|
||||
function outdatedStrings(state) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue