Skip to content

Commit dec5932

Browse files
1chooocursoragent
andcommitted
feat(web): link Docs in navbar and footer
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 502fb65 commit dec5932

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

apps/web/components/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const links = {
99
{ label: 'Changelog', href: '#' },
1010
],
1111
Resources: [
12-
{ label: 'Documentation', href: '#' },
12+
{ label: 'Documentation', href: '/docs' },
1313
{ label: 'Figma Files', href: '#' },
1414
{ label: 'Logos & Marks', href: '/logos-marks' },
1515
{ label: 'License', href: '#' },

apps/web/components/navbar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { cn } from '@tawny/ui/lib/utils'
1010
const navLinks = [
1111
{ label: 'Designs', href: '/designs' },
1212
{ label: 'Components', href: '/components' },
13+
{ label: 'Docs', href: '/docs' },
1314
{ label: 'Pricing', href: '/pricing' },
1415
]
1516

0 commit comments

Comments
 (0)