Skip to content

Commit 80a456a

Browse files
committed
Add link to /ai at the footer
1 parent e87bf74 commit 80a456a

File tree

1 file changed

+6
-0
lines changed
  • layouts/Application/components/Footer

1 file changed

+6
-0
lines changed

layouts/Application/components/Footer/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ export function Footer() {
2626
Uses
2727
</NextLink>
2828
</li>
29+
30+
<li className="AppFooter__Nav__Item">
31+
<NextLink href="/ai" className="AppFooter__Link">
32+
AI
33+
</NextLink>
34+
</li>
2935
</ul>
3036
</nav>
3137

0 commit comments

Comments
 (0)