mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix(web): add What is Roo Code link to mobile nav Resources section
This commit is contained in:
parent
d0335af947
commit
31b7edda9c
1 changed files with 6 additions and 0 deletions
|
|
@ -296,6 +296,12 @@ export function NavBar({ stars, downloads }: NavBarProps) {
|
|||
<div className="px-5 pb-2 pt-4 text-sm font-semibold uppercase tracking-wider text-muted-foreground">
|
||||
Resources
|
||||
</div>
|
||||
<Link
|
||||
href="/what-is-roo-code"
|
||||
className="block w-full p-5 py-3 text-left text-foreground active:opacity-50"
|
||||
onClick={() => setIsMenuOpen(false)}>
|
||||
What is Roo Code?
|
||||
</Link>
|
||||
<ScrollButton
|
||||
targetId="faq"
|
||||
className="block w-full p-5 py-3 text-left text-foreground active:opacity-50"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue