mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-02-28 12:40:42 +00:00
chore: update copy
This commit is contained in:
parent
095fe9b6e7
commit
b1d6d27e32
@ -61,8 +61,6 @@ const OperatorPanel: React.FC<OperatorPanelProps> = () => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('user', user)
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<StyledPanel>
|
<StyledPanel>
|
||||||
{user?.pinned_operator && (
|
{user?.pinned_operator && (
|
||||||
|
@ -40,7 +40,7 @@ const ProgressBar: React.FC<ProgressBarProps> = ({
|
|||||||
<ProgressTrack>
|
<ProgressTrack>
|
||||||
<ProgressFill width={progress} />
|
<ProgressFill width={progress} />
|
||||||
<ClaimPeriodWrapper>
|
<ClaimPeriodWrapper>
|
||||||
<ClaimPeriod position={claimPosition}>claim xp</ClaimPeriod>
|
<ClaimPeriod position={claimPosition}>cooldown</ClaimPeriod>
|
||||||
<VerticalBar />
|
<VerticalBar />
|
||||||
</ClaimPeriodWrapper>
|
</ClaimPeriodWrapper>
|
||||||
</ProgressTrack>
|
</ProgressTrack>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user