Skip to content

Commit

Permalink
labsite: Remove bounce sample from lab listing
Browse files Browse the repository at this point in the history
Remove bouncing ball sample from `if` lab listing. This lab is already very
long. We will add it to a later lab but keep it as unlisted for now.
  • Loading branch information
juliaogris committed Aug 26, 2024
1 parent 204e259 commit c0d3fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/lab/samples/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{ "id": "alpha", "title": "🌈 Transparency", "notes": true },
{ "id": "pulse-show", "title": "🧿📺 Pulse", "notes": true, "editor": "none" },
{ "id": "pulse", "title": "🧿🫵 Pulse", "notes": true },
{ "id": "bounce", "title": "🏓 Bouncing ball", "notes": true },
{ "id": "bounce", "title": "🏓 Bouncing ball", "notes": true, "unlisted": true },
{
"id": "bounce-show",
"title": "🏓📺 Bouncing ball",
Expand Down

0 comments on commit c0d3fba

Please sign in to comment.