Skip to content

Commit f874c8b

Browse files
committed
🐞fix(首页、项目页): 知乎链接;视频标题
1 parent b6cc7ad commit f874c8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ module.exports = {
112112
items:[
113113
{
114114
label:'在知乎',
115-
to: 'bhttps://www.zhihu.com/people/codelab-83'
115+
to: 'https://www.zhihu.com/people/codelab-83'
116116
},
117117
]
118118
},

src/pages/projects/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const VideoRow = function ({title, videos, ...props}) {
103103
className={clsx(styles.video, 'lozad')}
104104
onClick={() => openModal(video)}
105105
/>
106-
<p className={clsx('text--center', isDarkTheme && styles.headerFontTitle)}>{video.title}</p>
106+
<p className={clsx('text--center', styles.headerFontTitle)}>{video.title}</p>
107107
</div>
108108

109109
{/*

0 commit comments

Comments
 (0)