fix: Update student portal link to use HTTPS

- Change hardcoded URL from http to https in login page footer

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2026-03-27 10:47:43 -03:00
parent b3f03bb2a7
commit 3ef1a73b95
+1 -1
View File
@@ -223,7 +223,7 @@ export default function StudioLoginPage() {
<div className="mt-6 pt-6 border-t border-gray-200 dark:border-white/10 text-center transition-colors"> <div className="mt-6 pt-6 border-t border-gray-200 dark:border-white/10 text-center transition-colors">
<p className="text-sm text-gray-500 dark:text-gray-400"> <p className="text-sm text-gray-500 dark:text-gray-400">
Are you a student?{" "} Are you a student?{" "}
<a href="http://192.168.0.254:3003/auth/login" className="text-blue-600 dark:text-blue-400 hover:text-blue-700 dark:hover:text-blue-300 font-bold transition-colors"> <a href="https://learning.norteamericano.com/auth/login" className="text-blue-600 dark:text-blue-400 hover:text-blue-700 dark:hover:text-blue-300 font-bold transition-colors">
Go to Student Portal Go to Student Portal
</a> </a>
</p> </p>