add
This commit is contained in:
parent
2ec36f32a8
commit
51f5a8e341
|
@ -44,12 +44,7 @@ export const CourseDetailHeader = () => {
|
||||||
<div className="flex items-center space-x-4">
|
<div className="flex items-center space-x-4">
|
||||||
<h1 className="text-white text-xl ">{course?.title}</h1>
|
<h1 className="text-white text-xl ">{course?.title}</h1>
|
||||||
</div>
|
</div>
|
||||||
<Button
|
|
||||||
onClick={() => {
|
|
||||||
console.log(lecture);
|
|
||||||
}}>
|
|
||||||
123
|
|
||||||
</Button>
|
|
||||||
<nav className="flex items-center space-x-4">
|
<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">
|
<button className="px-4 py-2 rounded-full bg-blue-500 text-white hover:bg-blue-600 transition-colors">
|
||||||
开始学习
|
开始学习
|
||||||
|
|
Loading…
Reference in New Issue