Skip to content

Commit

Permalink
Update rollup details labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed May 28, 2024
1 parent 25df2cc commit 483fe09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function RollupDetailsComponent({
value={<TruncatedAddress address={rollupDetails?.L1Hash} />}
/>
<KeyValueItem
label="First Sequencer"
label="First Seq No."
value={
<Link
href={`/rollup/batch/sequence/${rollupDetails?.FirstSeq}`}
Expand All @@ -55,7 +55,7 @@ export function RollupDetailsComponent({
}
/>
<KeyValueItem
label="Last Sequencer"
label="Last Seq No."
value={
<Link
href={`/rollup/batch/sequence/${rollupDetails?.LastSeq}`}
Expand Down

0 comments on commit 483fe09

Please sign in to comment.