mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 23:18:39 +03:00
wip
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user