Skip to content

Commit 5bf10d9

Browse files
committed
2 parents 681487f + 8fea0a1 commit 5bf10d9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

apps/site/app/(home)/page.tsx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,18 @@ export default function HomePage() {
2929
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M13 7l5 5m0 0l-5 5m5-5H6" />
3030
</svg>
3131
</Link>
32-
<Link
33-
href="/playground"
32+
<a
33+
href="https://storybook.objectui.org"
34+
target="_blank"
35+
rel="noopener noreferrer"
3436
className="inline-flex items-center justify-center rounded-lg border-2 border-fd-primary bg-fd-primary/10 px-8 py-3.5 text-base font-semibold text-fd-primary transition-all hover:bg-fd-primary/20"
3537
>
3638
<svg className="mr-2 h-5 w-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
37-
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M14.752 11.168l-3.197-2.132A1 1 0 0010 9.87v4.263a1 1 0 001.555.832l3.197-2.132a1 1 0 000-1.664z" />
38-
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
39+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M15 12a3 3 0 11-6 0 3 3 0 016 0z" />
40+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z" />
3941
</svg>
40-
Try Playground
41-
</Link>
42+
View Storybook
43+
</a>
4244
<a
4345
href="https://github.com/objectstack-ai/objectui"
4446
target="_blank"

0 commit comments

Comments
 (0)