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`