Skip to content

Commit 281c752

Browse files
feat: update navigation links in Footer component (#62)
fix: update navigation links in Footer component
1 parent 23901de commit 281c752

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ export function Footer({ className }: { className?: string }) {
5151

5252
const navLinks = [
5353
{ 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' },
54+
{ href: 'https://docs.iex.ec/', label: 'Documentation' },
5655
...(chainId !== undefined
5756
? [{ href: getBlockExplorerUrl(chainId), label: 'Block explorer' }]
5857
: []),

0 commit comments

Comments
 (0)