zamis 5 年之前
父節點
當前提交
dab6ffbf50
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/client/js/components/PageList.jsx

+ 1 - 1
src/client/js/components/PageList.jsx

@@ -43,7 +43,7 @@ const PageList = (props) => {
   if (isLoading) {
     return (
       <div className="wiki">
-        <div className="text-muted test-center">
+        <div className="text-muted text-center">
           <i className="fa fa-2x fa-spinner fa-pulse mr-1"></i>
         </div>
       </div>