Skip to content

Commit 5e80a81

Browse files
committed
Remove examples link for now until we can create an in-memory one
1 parent c5d5857 commit 5e80a81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/libraries/db.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ export const dbProject = {
3636
label: 'Docs',
3737
to: '/db/latest/docs',
3838
},
39-
{
40-
icon: <VscPreview />,
41-
label: 'Examples',
42-
to: '/db/latest/docs/framework/react/examples/todo',
43-
},
39+
// {
40+
// icon: <VscPreview />,
41+
// label: 'Examples',
42+
// to: '/db/latest/docs/framework/react/examples/todo',
43+
// },
4444
{
4545
icon: <FaGithub />,
4646
label: 'Github',

0 commit comments

Comments
 (0)