charles_c 5 months ago
parent
commit
c0441c294d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/page.js

+ 1 - 1
src/app/page.js

@@ -82,7 +82,7 @@ export default function Home() {
                 className="bg-blue-500 text-white hover:bg-blue-600 px-4 py-1 rounded-full text-sm font-bold transition duration-300"
                 onClick={() => router.push("/login")}
               >
-                登录111
+                登录
               </button>
             )}
           </div>