File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 } ;
You can’t perform that action at this time.
0 commit comments