Skip to content

Commit e6ee3c3

Browse files
authored
Update LegacyClaim.tsx
1 parent fb7ebe3 commit e6ee3c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/nextjs/src/app/(app)/account/lords/LegacyClaim.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export const LegacyClaim: React.FC = () => {
129129
</dd>
130130
</div>
131131
<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>
133133
<dd className='flex items-center'>
134134
{isLegacyClaimed ? 'Claimed' : (reward?.amount ?? 0).toLocaleString()}
135135
{reward?.amount && parseInt(reward.amount) > 0 && !isLegacyClaimed && (
@@ -145,7 +145,7 @@ export const LegacyClaim: React.FC = () => {
145145
{!writeReturn.data ? (
146146
<>
147147
<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>
149149
<div className="flex w-full justify-between">
150150
<BridgeBadge
151151
isL1={true}

0 commit comments

Comments
 (0)