fix wrong css class
This commit is contained in:
@@ -143,7 +143,7 @@ define([
|
|||||||
};
|
};
|
||||||
|
|
||||||
Pages['/about.html'] = function () {
|
Pages['/about.html'] = function () {
|
||||||
return h('div#cp-main.cp-page-privacy', [
|
return h('div#cp-main.cp-page-about', [
|
||||||
infopageTopbar(),
|
infopageTopbar(),
|
||||||
h('div.container.cp-container', [
|
h('div.container.cp-container', [
|
||||||
h('center', [
|
h('center', [
|
||||||
|
|||||||
Reference in New Issue
Block a user