diff --git a/packages/pinball_components/sandbox/lib/stories/flutter_forest/stories.dart b/packages/pinball_components/sandbox/lib/stories/flutter_forest/stories.dart index e508b493..95cb62af 100644 --- a/packages/pinball_components/sandbox/lib/stories/flutter_forest/stories.dart +++ b/packages/pinball_components/sandbox/lib/stories/flutter_forest/stories.dart @@ -9,7 +9,7 @@ import 'package:sandbox/stories/flutter_forest/small_dash_nest_bumper_b_game.dar void addDashNestBumperStories(Dashbook dashbook) { dashbook.storiesOf('Flutter Forest') ..add( - 'Flutter Sign Post', + 'Sign Post', (context) => GameWidget( game: SignPostGame()..trace = context.boolProperty('Trace', true), ),