From 735b11d6216ef9a982b2001dbee3f1210980e0b5 Mon Sep 17 00:00:00 2001 From: alestiago Date: Wed, 20 Apr 2022 14:29:54 +0100 Subject: [PATCH] chore: renamed story --- .../sandbox/lib/stories/flutter_forest/stories.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ),