We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23901de commit 281c752Copy full SHA for 281c752
src/components/Footer.tsx
@@ -51,8 +51,7 @@ export function Footer({ className }: { className?: string }) {
51
52
const navLinks = [
53
{ href: 'https://www.iex.ec/', label: 'iExec Website' },
54
- { href: 'https://tools.docs.iex.ec/', label: 'Doc tools' },
55
- { href: 'https://protocol.docs.iex.ec/', label: 'Doc protocol' },
+ { href: 'https://docs.iex.ec/', label: 'Documentation' },
56
...(chainId !== undefined
57
? [{ href: getBlockExplorerUrl(chainId), label: 'Block explorer' }]
58
: []),
0 commit comments