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