Skip to content

Commit 8941c7b

Browse files
authored
Merge pull request #451 from objectstack-ai/copilot/update-storybook-demo-links
2 parents 093ab29 + bcf818d commit 8941c7b

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function HomePage() {
3030
</svg>
3131
</Link>
3232
<a
33-
href="https://storybook.objectui.org"
33+
href="https://demo.objectui.org"
3434
target="_blank"
3535
rel="noopener noreferrer"
3636
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"
@@ -39,7 +39,7 @@ export default function HomePage() {
3939
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M15 12a3 3 0 11-6 0 3 3 0 016 0z" />
4040
<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" />
4141
</svg>
42-
View Storybook
42+
View Demo
4343
</a>
4444
</div>
4545
</div>

apps/site/lib/layout.shared.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,9 @@ export function baseOptions(): BaseLayoutProps {
2222
text: 'Documentation',
2323
url: '/docs',
2424
},
25-
{
26-
text: 'Storybook',
27-
url: 'https://storybook.objectui.org',
28-
},
2925
{
3026
text: 'Demo',
31-
url: 'https://console.objectui.org',
27+
url: 'https://demo.objectui.org',
3228
},
3329
],
3430
};

0 commit comments

Comments
 (0)