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 860814a commit b65046bCopy full SHA for b65046b
src/components/ChallengeListPage/index.tsx
@@ -386,6 +386,9 @@ const ChallengeListPage = () => {
386
<Col span={24}>
387
<h1 style={{ fontSize: isMobile ? '1.5rem' : '2rem', marginBottom: '1rem' }}>
388
{t('challenges.title')}
389
+ <span style={{ fontWeight: 'normal', fontSize: isMobile ? '1.2rem' : '1.6rem', marginLeft: '8px' }}>
390
+ ({filteredChallenges.length})
391
+ </span>
392
</h1>
393
394
{/* 移动端搜索和过滤器 */}
0 commit comments