Skip to content

Commit

Permalink
chore: change governance table column name Governance to CPS
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Jan 23, 2024
1 parent 935d90c commit 3905c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/GovernancePage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class GovernancePage extends Component {
<th className="add">Add</th>
<th className="rank"><span className="sort">Rank ↓</span></th>
<th>Name</th>
<th>Governance<i style={{ marginLeft: '5px' }} className='img screamer' onClick={() => {
<th>CPS<i style={{ marginLeft: '5px' }} className='img screamer' onClick={() => {
this.props.setPopup({
type: POPUP_TYPE.GOVERNANCE
})
Expand Down Expand Up @@ -557,4 +557,4 @@ class TableRow extends Component {
}
}

export default withRouter(GovernancePage);
export default withRouter(GovernancePage);

0 comments on commit 3905c61

Please sign in to comment.