Skip to content

Commit 6556e2e

Browse files
committed
Update screenshot.
1 parent c32d264 commit 6556e2e

File tree

1 file changed

+1
-2
lines changed
  • patterns/abstract_factory/tool_panel_factory

1 file changed

+1
-2
lines changed

patterns/abstract_factory/tool_panel_factory/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tutorial: [here](https://refactoring.guru/design-patterns/abstract-factory).
77
### Online demo:
88
Click on the picture to see the [demo](https://RefactoringGuru.github.io/design-patterns-dart/#/abstract_factory/tool_panel_factory).
99

10-
[![image](https://user-images.githubusercontent.com/8049534/168668992-369a1bab-9f97-4333-a20e-ffd06bf91b54.png)](https://refactoringguru.github.io/design-patterns-dart/#/abstract_factory/tool_panel_factory)
10+
[![image](https://user-images.githubusercontent.com/8049534/169530318-0ce7ee6a-3538-4398-a2ab-e6e85f2132b5.png)](https://refactoringguru.github.io/design-patterns-dart/#/abstract_factory/tool_panel_factory)
1111

1212
### About
1313
![image](https://user-images.githubusercontent.com/8049534/169521422-052cc59a-7b3d-4889-8d76-5664a75b271a.png)
@@ -38,4 +38,3 @@ class PropertyPanel extends StatelessWidget {
3838
}
3939
}
4040
```
41-

0 commit comments

Comments
 (0)