Skip to content

Commit 3cb399a

Browse files
committed
Update featured sandboxes
1 parent fd56384 commit 3cb399a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/homepage/src/utils/featuredSandboxes.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
export default [
2+
{
3+
title: 'React-Spring Flick Animation',
4+
description:
5+
'A playful flick animation for cards written with react-with-gesture.',
6+
sandboxId: 'j0y0vpz59',
7+
template: 'create-react-app',
8+
},
29
{
310
title: 'Tailwind Workflow Animation',
411
description: 'An incredible animation showing the power of Tailwind.',
@@ -19,11 +26,4 @@ export default [
1926
sandboxId: 'jpqo566289',
2027
template: 'vue-cli',
2128
},
22-
{
23-
title: 'Animation Using React Hooks',
24-
description:
25-
'This example shows how React Hooks can be used in combination with react-spring to create new type of animations.',
26-
sandboxId: 'ppxnl191zx',
27-
template: 'create-react-app',
28-
},
2929
];

0 commit comments

Comments
 (0)