Skip to content

Commit 69a62d2

Browse files
committed
ad links
1 parent 95e2c58 commit 69a62d2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

website/src/app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export default async function HomePage() {
153153
href="/docs"
154154
className="shimmer-btn inline-flex items-center gap-2 px-8 py-3 text-sm font-semibold landing-btn-text"
155155
>
156-
Learn More
156+
Get Started
157157
</Link>
158158
</div>
159159

website/src/lib/layout.shared.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ export function baseOptions(): BaseLayoutProps {
1212
},
1313
githubUrl: `https://github.com/${gitConfig.user}/${gitConfig.repo}`,
1414
links: [
15+
{
16+
text: 'Documentation',
17+
url: '/docs',
18+
},
1519
{
1620
text: 'Playground',
1721
url: 'https://rbby.dev/gnata-sqlite/playground',

0 commit comments

Comments
 (0)