diff --git a/src/pages/_meta.ts b/src/pages/_meta.ts index 3bacb884..c66a5e8d 100644 --- a/src/pages/_meta.ts +++ b/src/pages/_meta.ts @@ -35,7 +35,7 @@ export default { }, }, header_status: { - title: "Status Page", + title: "Status Page ↗", type: "page", href: "https://status.inkonchain.com/", newWindow: true, @@ -123,7 +123,7 @@ export default { title: "FAQ", }, status: { - title: "Status Page", + title: "Status Page ↗", href: "https://status.inkonchain.com/", newWindow: true, theme: { diff --git a/src/pages/build/_meta.ts b/src/pages/build/_meta.ts index 0ad7c8a4..010a917d 100644 --- a/src/pages/build/_meta.ts +++ b/src/pages/build/_meta.ts @@ -2,13 +2,13 @@ export default { "getting-started": "Getting Started", "onchain-clients": "Onchain Clients", "run-an-ink-node": { - title: "Running Ink Nodes", + title: "Running Ink Nodes ↗", href: "https://github.com/inkonchain/node", newWindow: true, }, "transaction-fees": "Transaction Fees", "paymaster-integration": { - title: "Paymaster Integration", + title: "Paymaster Integration ↗", href: "https://ink-paymaster-sdk-docs.pages.dev/", newWindow: true, },