Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit ee5af9a

Browse files
committed
Add quicklink to examples
1 parent 0f451f0 commit ee5af9a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/src/components/Home/Header.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ export default function HomepageHeader() {
1919
to="/docs/">
2020
Jump right in 🤸‍♂️
2121
</Link>
22+
<Link
23+
className="button button--info button--outline button--lg"
24+
to="/examples/">
25+
tl;dr 👀
26+
</Link>
2227
</div>
2328
</div>
2429
</header>

docs/src/components/Home/header.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
.buttons {
1717
display: flex;
18+
gap: 1rem;
1819
align-items: center;
1920
justify-content: center;
2021
}

0 commit comments

Comments
 (0)