Commit 5d1703bb by zhanghaozhe

ml

parent 18ae0bf5
......@@ -58,7 +58,7 @@
li:last-child {
display: flex;
justify-content: center;
margin-top: 38px;
//margin-top: 38px;
margin-bottom: 0;
button {
width: 94px;
......
......@@ -131,7 +131,7 @@ class MLClass extends Component {
return (
<>
<HeaderBar
title='ML小课'
title='机器学习小课 第一期'
arrow={true}
home={true}
/>
......@@ -286,7 +286,7 @@ function PythonContent(props) {
{
entryMode === 1 &&
<Link className="python-button python-button__study" to={`/ml?id=${course_id}`}>我也要学ML</Link>
<Link className="python-button python-button__study" to={`/ml?id=${course_id}`}>我也要学 机器学习</Link>
}
</div>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment