Add Transparency link to footer
cgen-4bff810ab5264e0fbbfecafa532ba4e5
This commit is contained in:
parent
af2f43ec5d
commit
e2e4cea21e
1 changed files with 9 additions and 0 deletions
|
|
@ -581,6 +581,15 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
Support Center
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
to="/trust"
|
||||
onClick={scrollToTop}
|
||||
className="hover:text-aethex-400 transition-all duration-300 hover:translate-x-1 inline-block"
|
||||
>
|
||||
Transparency
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue