Skip to content

Commit

Permalink
fix(problemset): 修复显示文本
Browse files Browse the repository at this point in the history
  • Loading branch information
XYShaoKang committed Jan 16, 2023
1 parent df0aec9 commit cbc82f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/pages/problemset/Title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,13 @@ const RankTitle: FC<RankTitleProps> = ({ otherRoots }) => {
`}
>
<TitleBase
title="Rating"
title="题目评分"
onSort={handleCustomSort('RANKING', true)}
isSort={params.custom?.sort?.orderBy === 'RANKING'}
sortOrder={params.custom?.sort?.sortOrder}
showHelpIcon={true}
help={
<div style={{ width: 340 }}>
<div style={{ width: 350 }}>
题目评分数据来自
<a
href="https://github.com/zerotrac/leetcode_problem_rating"
Expand Down

0 comments on commit cbc82f8

Please sign in to comment.