From 155bd037a6b6c374f4ae6a0a41e250640eea9069 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sun, 11 Jun 2023 13:14:40 +0530 Subject: [PATCH] Text changes --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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