Skip to content

Commit

Permalink
储存库页标题栏
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaloop committed Mar 17, 2024
1 parent 84883bd commit da14215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/ui/repository.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,12 @@ export class RepositoryView extends React.Component<
return (
<TabBar selectedIndex={selectedTab} onTabClicked={this.onTabClicked}>
<span className="with-indicator" id="changes-tab">
<span>Changes</span>
<span>文件改动</span>
{this.renderChangesBadge()}
</span>

<div className="with-indicator" id="history-tab">
<span>History</span>
<span>历史提交</span>
</div>
</TabBar>
)
Expand Down

0 comments on commit da14215

Please sign in to comment.