Skip to content

Commit

Permalink
feat: new header links (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettyong authored Jun 10, 2024
1 parent 9e21027 commit 6138ba4
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 11 deletions.
3 changes: 3 additions & 0 deletions public/img/icons/nav-snaefell.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/img/icons/nav-status.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions public/img/icons/nav-taikoons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 20 additions & 11 deletions public/locales/en/header.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down
3 changes: 3 additions & 0 deletions src/widgets/07-ecosystem-screens/ui/03-projects/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ export const Projects: React.FC = () => {
variant="pink-outlined"
/>
)}
<div className={css.disclaimer}>
*Disclaimer: Be cautious when using third-party applications. Applications listed are provided for information without recommendation or endorsement. Your security and privacy are important, so research thoroughly before engaging with third-party applications. We are not responsible for any risks or losses associated with the use of any third-party offerings. Proceed at your own discretion.
</div>
</div>
</div>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
display: flex;
flex-direction: column
}
.disclaimer {
color: #444A55;
margin-top: 50px;
padding: 0% 23%;
/* Body Default/Regular */
font-family: "Public Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
@media (max-width: 1180px) {
padding: 0 5%;
}
}

.lastUpdate {
margin: 28px auto 0;
Expand Down

0 comments on commit 6138ba4

Please sign in to comment.