From 6138ba4f54bee3260f53c1bf63081513f4ba52ab Mon Sep 17 00:00:00 2001 From: Bennett Yong <36499389+bennettyong@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:49:54 +0800 Subject: [PATCH] feat: new header links (#148) --- public/img/icons/nav-snaefell.svg | 3 ++ public/img/icons/nav-status.svg | 3 ++ public/img/icons/nav-taikoons.svg | 14 +++++++++ public/locales/en/header.json | 31 ++++++++++++------- .../ui/03-projects/index.tsx | 3 ++ .../ui/03-projects/projects.module.scss | 14 +++++++++ 6 files changed, 57 insertions(+), 11 deletions(-) create mode 100644 public/img/icons/nav-snaefell.svg create mode 100644 public/img/icons/nav-status.svg create mode 100644 public/img/icons/nav-taikoons.svg diff --git a/public/img/icons/nav-snaefell.svg b/public/img/icons/nav-snaefell.svg new file mode 100644 index 0000000..d456bb6 --- /dev/null +++ b/public/img/icons/nav-snaefell.svg @@ -0,0 +1,3 @@ + diff --git a/public/img/icons/nav-status.svg b/public/img/icons/nav-status.svg new file mode 100644 index 0000000..85e92d5 --- /dev/null +++ b/public/img/icons/nav-status.svg @@ -0,0 +1,3 @@ + diff --git a/public/img/icons/nav-taikoons.svg b/public/img/icons/nav-taikoons.svg new file mode 100644 index 0000000..d1ad1b1 --- /dev/null +++ b/public/img/icons/nav-taikoons.svg @@ -0,0 +1,14 @@ + diff --git a/public/locales/en/header.json b/public/locales/en/header.json index 9e0d89f..83a76f4 100644 --- a/public/locales/en/header.json +++ b/public/locales/en/header.json @@ -46,18 +46,10 @@ "name": "Ecosystem", "url": "/ecosystem", "icon": "/img/icons/nav-ecosystem.svg" - }, { - "name": "Trailblazer", - "url": "https://trailblazers.taiko.xyz/", - "icon": "/img/icons/nav-trailblazer.svg" - }, { - "name": "Snaefell NFT", - "url": "https://snaefellnft.taiko.xyz/", - "icon": "/img/icons/nav-trailblazer.svg" }, { - "name": "Taikoons NFT", - "url": "https://taikoons.taiko.xyz/", - "icon": "/img/icons/nav-trailblazer.svg" + "name": "Status", + "url": "https://status.taiko.xyz/", + "icon": "/img/icons/nav-status.svg" }, { "name": "Blog", "url": "/blog", @@ -87,6 +79,23 @@ "icon": "/img/icons/nav-careers.svg" } ] + }, { + "name": "Engage", + "links": [ + { + "name": "Trailblazer", + "url": "https://trailblazers.taiko.xyz/", + "icon": "/img/icons/nav-trailblazer.svg" + }, { + "name": "Snaefell NFT", + "url": "https://snaefellnft.taiko.xyz/", + "icon": "/img/icons/nav-snaefell.svg" + }, { + "name": "Taikoons NFT", + "url": "https://taikoons.taiko.xyz/", + "icon": "/img/icons/nav-taikoons.svg" + } + ] } ], "socials": [ diff --git a/src/widgets/07-ecosystem-screens/ui/03-projects/index.tsx b/src/widgets/07-ecosystem-screens/ui/03-projects/index.tsx index c6213d4..25d3721 100644 --- a/src/widgets/07-ecosystem-screens/ui/03-projects/index.tsx +++ b/src/widgets/07-ecosystem-screens/ui/03-projects/index.tsx @@ -71,6 +71,9 @@ export const Projects: React.FC = () => { variant="pink-outlined" /> )} +