Skip to content

Commit a6e4ffe

Browse files
committed
chore: doc amends for demos
1 parent 1a5cb06 commit a6e4ffe

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/app/data/sandboxes.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ export const SANDBOXES = {
2222
'Native Slide': '3filx',
2323
Noise: 'ggyzkv',
2424
'Notification Hub': 'v1i1t',
25+
'Popup Modal': 'ycouuu',
2526
'Rocket decay': 'ko4c6',
26-
// 'Scrolling Wave': '',
27+
'Scrolling Wave': 'b07dmz',
2728
'Springy Boxes': '4g105j',
2829
'Sticky Parallax': '3hsg6',
2930
'Smile Grid': 'uqpn4f',

docs/app/routes/docs/components/use-spring.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ import { ExampleGrid } from '~/components/Grids/ExampleGrid'
9090
'Exit Before Enter',
9191
'Flip Card',
9292
'Floating Button',
93-
'Popover Modal',
93+
'Popup Modal',
9494
'Native Slide',
9595
'Noise',
9696
'Rocket decay',

docs/app/routes/docs/utilities/use-in-view.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ Where `ConfigObject` is described [above](#reference)
118118

119119
import { ExampleGrid } from '~/components/Grids/ExampleGrid'
120120

121-
<ExampleGrid sandboxTitles={['Popover Modal']} />
121+
<ExampleGrid sandboxTitles={['Popup Modal']} />
122122

123123
Can't find what you're looking for? Check out all our [examples!](/examples)

0 commit comments

Comments
 (0)