Skip to content

Commit

Permalink
chore: update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jan 23, 2024
1 parent b2391fd commit 4df05ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/leaderboard/GeneralLeaderboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function GeneralLeaderboardPage({}: GeneralLeaderboardPageProps)
<div className='d-flex align-items-center GapNormal justify-content-between'>
{myAddress && (
<div className='d-flex align-items-center GapTiny'>
<span>Role:</span>
<span>Mode:</span>

<Radio.Group
className='DfRadioGroup'
Expand Down
2 changes: 1 addition & 1 deletion src/components/leaderboard/UserLeaderboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default function UserLeaderboardPage({ address, tab }: UserLeaderboardPag
<h1 className='DfUnboundedTitle ColorNormal mb-0 FontBig'>Active Staking Dashboard</h1>
<div className='d-flex align-items-center GapNormal justify-content-between'>
<div className='d-flex align-items-center GapTiny'>
<span>Role:</span>
<span>Mode:</span>

<Radio.Group
className='DfRadioGroup'
Expand Down

0 comments on commit 4df05ef

Please sign in to comment.