From 7e64bbc9e3c8acab1d08045888ffdaab3d081428 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Mon, 14 Sep 2020 07:22:33 -0700 Subject: [PATCH] Larger width image. --- foundations-high-performance-react.org | 2 +- manuscript/image-test.markua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foundations-high-performance-react.org b/foundations-high-performance-react.org index 4d0d980..572a4bf 100644 --- a/foundations-high-performance-react.org +++ b/foundations-high-performance-react.org @@ -810,7 +810,7 @@ only the start of your High-Performance React journey. #+end_src #+caption: Figure {{{n(FIGURE)}}}: Tree of components -#+attr_leanpub: :width 50% +#+attr_leanpub: :width 70% #+RESULTS: render-tree-basic [[file:./images/render-tree-basic.png]] diff --git a/manuscript/image-test.markua b/manuscript/image-test.markua index 96c4042..4abaee4 100644 --- a/manuscript/image-test.markua +++ b/manuscript/image-test.markua @@ -1,6 +1,6 @@ # Image Test -{width: "50%", caption: "Figure 1: Tree of components"} +{width: "70%", caption: "Figure 1: Tree of components"} ![Figure 1: Tree of components](./images/render-tree-basic.png) As you can see in Figure 1 when stage changes in component `A` component `B` will be re-rendered.