testing 101

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-06-30 19:32:00 +08:00
parent fe47bdea3c
commit 17326b2c2e
78 changed files with 4804 additions and 1054 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ import { PageMeta } from '@/contexts/MetadataContext'
export default function CourseList() {
return (
<section className="bg-muted/60 h-full">
<section className="bg-muted h-full">
<PageMeta
title="Courses - STARR"
description="Browse and manage your training courses."
@@ -99,7 +99,7 @@ export default function EditUnit() {
// ... fetch and setUnitTitle on load
return (
<section className="bg-muted/60 h-full">
<section className="bg-muted h-full">
<PageMeta title={unitTitle ? `Edit: ${unitTitle} - STARR` : undefined} />
{/* rest of page */}
</section>