Revert "REVERT ME: studies announcement/disclaimer"

This reverts commit 6be1955853.
pull/8091/head
Thibault Duplessis 2021-02-04 00:15:20 +01:00
parent 4b35acccb7
commit 56a2e8ea8e
1 changed files with 0 additions and 12 deletions

View File

@ -174,18 +174,6 @@ export function side(ctrl: StudyCtrl): VNode {
]);
return h('div.study__side', [
h('div', {
attrs: {
style: 'background: #cc3333; color: white; font-weight: bold; padding: 5px;',
}
}, [
'Studies are back! Unfortunately, changes from Feb 3rd 6-10 UTC had to be rolled back. Further rollbacks not planned, but possible. ',
h('a', {
attrs: {
href: 'https://lichess.org/forum/lichess-feedback/studies-bug-and-downtime',
},
}, ' Read more.'),
]),
tabs,
(activeTab === 'members' ? memberView : chapterView)(ctrl)
]);