Skip to content

Commit

Permalink
Merge pull request blockscout#14 from mantlenetworkio/feat/jayce
Browse files Browse the repository at this point in the history
blockscout#212 fix: invalid link on home page
  • Loading branch information
Jaycelv committed Nov 18, 2022
2 parents 41c2803 + 423fa9b commit dc1fc08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<span style="font-size:16px;" class="tile-title">
Latest L1 Batches
</span>
<a href="/txn-batch" style="font-size:16px;">View All</a>
<a href="/txn-batches" style="font-size:16px;">View All</a>
</p>
<span
data-selector="txn-batch-list"
Expand Down Expand Up @@ -267,7 +267,7 @@
<span style="font-size:16px;" class="tile-title">
Latest L1->L2 Transactions
</span>
<a href="/l1-to-l2-txn" style="font-size:16px;">View All</a>
<a href="/l1-to-l2-txns" style="font-size:16px;">View All</a>
</p>
<span
data-selector="l1-to-l2-list"
Expand Down

0 comments on commit dc1fc08

Please sign in to comment.