perform test #1

test to courses

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-06-24 12:49:20 +08:00
parent fbef7cb6e6
commit 93c3c688ca
26 changed files with 2141 additions and 452 deletions
@@ -76,7 +76,7 @@ function RequirementCard({ req }) {
{req.link_url && (
<MetaRow icon={Globe} label="URL">
<a
href={req.link_url}
href={/^https?:\/\//i.test(req.link_url) ? req.link_url : `https://${req.link_url}`}
target="_blank"
rel="noopener noreferrer"
className="text-blue-500 underline underline-offset-2 truncate block max-w-[240px] hover:opacity-80 transition-opacity"