File tree 1 file changed +2
-2
lines changed
apps/nextjs/src/app/(app)/account/lords
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ export const LegacyClaim: React.FC = () => {
129
129
</ dd >
130
130
</ div >
131
131
< div className = "flex items-center justify-between" >
132
- < dt className = "text-muted-foreground" > Epoch 109-142 :</ dt >
132
+ < dt className = "text-muted-foreground" > Epoch 109-141 :</ dt >
133
133
< dd className = 'flex items-center' >
134
134
{ isLegacyClaimed ? 'Claimed' : ( reward ?. amount ?? 0 ) . toLocaleString ( ) }
135
135
{ reward ?. amount && parseInt ( reward . amount ) > 0 && ! isLegacyClaimed && (
@@ -145,7 +145,7 @@ export const LegacyClaim: React.FC = () => {
145
145
{ ! writeReturn . data ? (
146
146
< >
147
147
< DialogTitle > Claim Galleon Lords</ DialogTitle >
148
- < p > Lords from Epoch 110-142 are now claimable on Starknet</ p >
148
+ < p > Lords from Epoch 110-141 are now claimable on Starknet</ p >
149
149
< div className = "flex w-full justify-between" >
150
150
< BridgeBadge
151
151
isL1 = { true }
You can’t perform that action at this time.
0 commit comments