From 6df336215d91b7d852f5bf0042a9237142bc17d3 Mon Sep 17 00:00:00 2001 From: Gary Menzel Date: Wed, 15 Nov 2017 20:54:29 +1100 Subject: [PATCH] Text change for the HOC samples --- docs/src/App.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/App.js b/docs/src/App.js index 2591876..fb9ecd4 100644 --- a/docs/src/App.js +++ b/docs/src/App.js @@ -66,9 +66,9 @@ const stories = [ component: CodeSandbox('VEZ8OgvX'), }, - { name: 'Tree Table', component: CodeSandbox('lxmr4wynzq') }, - { name: 'Select Table', component: CodeSandbox('7yq5ylw09j') }, - { name: 'Select Tree Table', component: CodeSandbox('2p7jp4klwp') }, + { name: 'Tree Table (HOC)', component: CodeSandbox('lxmr4wynzq') }, + { name: 'Select Table (HOC)', component: CodeSandbox('7yq5ylw09j') }, + { name: 'Select Tree Table (HOC)', component: CodeSandbox('2p7jp4klwp') }, ]