Skip to content

Commit 7b5ada2

Browse files
authored
Add titles to example entries in _meta.tsx for improved clarity (#127)
1 parent db3d064 commit 7b5ada2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/docs/content/_meta.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,26 @@ const examplesList = {
1818
href: '/examples/primitives'
1919
},
2020
'pointer-events' : {
21+
title: 'Pointer Events',
2122
href: '/examples/pointer-events'
2223
},
2324
// "Advanced" : {
2425
// type: 'separator',
2526
// },
2627
'model-viewer' : {
28+
title: "Model Viewer",
2729
href: '/examples/model-viewer'
2830
},
2931
'splats' : {
3032
title: "Splat Viewer",
3133
href: '/examples/splats'
3234
},
3335
'physics' : {
36+
title: "Physics",
3437
href: '/examples/physics'
3538
},
3639
'motion' : {
40+
title: "Motion",
3741
href: '/examples/motion'
3842
},
3943
}

0 commit comments

Comments
 (0)