Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/community.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function CommunityPage() {
title: { en: 'Resources', zh: '社区资料' },
items: [
{ label: { en: 'Community Repository', zh: '社区仓库' }, href: 'https://github.com/Project-HAMi/community', icon: faBookOpen },
{ label: { en: 'Meeting Recordings', zh: '会议录屏' }, href: 'https://github.com/Project-HAMi/community', icon: faVideo },
{ label: { en: 'Meeting Recordings', zh: '会议录屏' }, href: 'https://space.bilibili.com/1105878584', icon: faVideo },
{ label: { en: 'Blog', zh: '博客' }, href: isZh ? '/zh/blog' : '/blog', icon: faFileLines },
],
},
Expand Down
Loading