This commit is contained in:
ditiqi 2025-02-23 21:41:33 +08:00
parent 2ec36f32a8
commit 51f5a8e341
1 changed files with 1 additions and 6 deletions

View File

@ -44,12 +44,7 @@ export const CourseDetailHeader = () => {
<div className="flex items-center space-x-4">
<h1 className="text-white text-xl ">{course?.title}</h1>
</div>
<Button
onClick={() => {
console.log(lecture);
}}>
123
</Button>
<nav className="flex items-center space-x-4">
<button className="px-4 py-2 rounded-full bg-blue-500 text-white hover:bg-blue-600 transition-colors">