fix wrong css class
parent
ad4aca4e5f
commit
de23195bd8
|
@ -143,7 +143,7 @@ define([
|
|||
};
|
||||
|
||||
Pages['/about.html'] = function () {
|
||||
return h('div#cp-main.cp-page-privacy', [
|
||||
return h('div#cp-main.cp-page-about', [
|
||||
infopageTopbar(),
|
||||
h('div.container.cp-container', [
|
||||
h('center', [
|
||||
|
|
Loading…
Reference in New Issue