Преглед на файлове

跟新地图注册问题

丁烨烨 преди 4 месеца
родител
ревизия
5910acab0c
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      src/components/footerBlock.tsx

+ 3 - 3
src/components/footerBlock.tsx

@@ -108,9 +108,9 @@ export default async function FooterBlock() {
         </div>
 
         {/* Copyright */}
-        <div className="border-t border-blue-800 pt-6 text-center">
-          <p className="text-blue-200 text-sm">@COPYRUGHT@2014-2024 中科盛阳信息技术有限公司</p>
-        </div>
+        {/*<div className="border-t border-blue-800 pt-6 text-center">*/}
+        {/*  <p className="text-blue-200 text-sm">@COPYRUGHT@2014-2024 中科盛阳信息技术有限公司</p>*/}
+        {/*</div>*/}
       </div>
     </footer>
   )