mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user