From fb6244de6903a734ad14bb4e870edf1e99d199de Mon Sep 17 00:00:00 2001 From: Rustam Date: Sun, 15 Dec 2019 02:45:20 +0300 Subject: [PATCH] fix(docs) image link (#266) --- website/docs/guides/layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/layout.md b/website/docs/guides/layout.md index 225fe8444..41934f5eb 100644 --- a/website/docs/guides/layout.md +++ b/website/docs/guides/layout.md @@ -46,7 +46,7 @@ Flexbox is designed to provide a consistent layout on different screen sizes. Yo Lets say you want to build a UI that has a parent view which has two child widgets. One a label with text Hello and another a view with background color white. Now you want the label to occupy 1/3 of the available space while the white colored child view to occupy the remaining 2/3 space. -flex layout example 1 +flex layout example 1 The code for that would look something like this: