diff --git a/index.html b/index.html index a496fe1..d4d810c 100644 --- a/index.html +++ b/index.html @@ -475,7 +475,7 @@ }) router.addRoute('blocks', async state => { let allBlocks = await getAllBlocks(100); - getRef("page_title").textContent = "All Blocks"; + getRef("page_title").textContent = "All blocks with token transactions"; const renderedBlocks = allBlocks.map(block => render.blockCard(block)) renderElem(getRef("page_container"), html`
@@ -485,7 +485,7 @@ }) router.addRoute('transactions', async state => { let allTxs = await getAllTxs(); - getRef("page_title").textContent = "All Transactions"; + getRef("page_title").textContent = "All token transactions"; renderElem(getRef("page_container"), html`
@@ -659,21 +659,21 @@

${walletAddresses}

-

Latest block (${getFormattedTime(time, 'relative')})

+

Last token transaction block (${getFormattedTime(time, 'relative')})

${height}

-

Recent transactions

+

Recent token transactions

View all
-

Recent blocks

+

Recent token transaction blocks

View all