From 083ddeed526149cf3d9523942523dad476435bef Mon Sep 17 00:00:00 2001 From: Roger <50648015+RogerLamTd@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:52:51 -0700 Subject: [PATCH] feat: add link to taikoons nft from nav bar (#141) --- public/locales/en/header.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/locales/en/header.json b/public/locales/en/header.json index 36f562c..d3e5b66 100644 --- a/public/locales/en/header.json +++ b/public/locales/en/header.json @@ -50,6 +50,10 @@ "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": "Blog", "url": "/blog",