diff --git a/docs/get-started/tips-and-tricks.md b/docs/get-started/tips-and-tricks.md index 0414159b..efd937cf 100644 --- a/docs/get-started/tips-and-tricks.md +++ b/docs/get-started/tips-and-tricks.md @@ -178,8 +178,9 @@ If your application can do without complicated DOM objects and CSS styling, cons 'icon-image': 'vehicle-icon', 'icon-size': 1, 'text-field': ['get', 'id'] - }} > - + }} + /> + ); ```