mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix typo that broke checkup page styles
This commit is contained in:
parent
2e4655e29c
commit
bdf8762fb6
@ -1566,7 +1566,7 @@ define([
|
||||
console.error(err);
|
||||
}
|
||||
|
||||
return h(`div.errorcp-test-status.${obj.type}`, [
|
||||
return h(`div.error.cp-test-status.${obj.type}`, [
|
||||
h('h5', obj.message),
|
||||
h('div.table-container',
|
||||
h('table', [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user