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 95ef89e commit 332ea5bCopy full SHA for 332ea5b
src/entry/layouts/default/Footer.js
@@ -35,6 +35,7 @@ const menus = [
35
{
36
name: 'Testnet Faucet',
37
link: 'https://faucet.openbuild.xyz',
38
+ type: 'Hot',
39
},
40
41
name: 'Documents',
@@ -199,8 +200,8 @@ export function Footer() {
199
200
<span className="transition-all duration-300 hover:text-green hover:underline text-sm">
201
{subItem.name}
202
</span>
- {subItem.name === 'Testnet Faucet' && (
203
- <span className="text-[10px] px-1 py-[1px] rounded-md border border-[#FDB17E] text-[#FDB17E] ml-1 align-top">
+ {subItem.type === 'Hot' && (
204
+ <span className="ml-2 text-[10px] px-1 py-[1px] rounded-md border border-[#FDB17E] text-[#FDB17E] align-top">
205
HOT
206
207
)}
0 commit comments