We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f2387 commit 78ad1f4Copy full SHA for 78ad1f4
src/pages/about.zh.js
@@ -2,7 +2,7 @@ import React from 'react';
2
import AboutPage from '../components/AboutPage';
3
4
const About = () => {
5
- return <AboutPage lang="zh" title="关于本课程 | 全栈公开课2022" />;
+ return <AboutPage lang="zh" title="关于本课程 | 全栈公开课" />;
6
};
7
8
export default About;
0 commit comments