From f58514a4049218132e78072edd94ba62de4e2934 Mon Sep 17 00:00:00 2001 From: Kyle Durand Date: Wed, 22 Dec 2021 14:45:11 -0500 Subject: [PATCH] Fix kitchen sink --- src/components/AppProvider/README.md | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/src/components/AppProvider/README.md b/src/components/AppProvider/README.md index e29da7d9edb..c858ea96bff 100644 --- a/src/components/AppProvider/README.md +++ b/src/components/AppProvider/README.md @@ -217,26 +217,6 @@ function AppProviderThemeExample() { [], ); - const logo = { - width: 124, - topBarSource: - 'https://cdn.shopify.com/s/files/1/0446/6937/files/jaded-pixel-logo-color.svg?6215648040070010999', - url: 'http://jadedpixel.com', - accessibilityLabel: 'Jaded Pixel', - contextualSaveBarSource: - 'https://cdn.shopify.com/s/files/1/0446/6937/files/jaded-pixel-logo-gray.svg?6215648040070010999', - }; - - const searchFieldMarkup = ( - - ); - - const topBarMarkup = ; - const contentStatus = isDirty ? 'Disable' : 'Enable'; const textStatus = isDirty ? 'enabled' : 'disabled'; @@ -291,10 +271,8 @@ function AppProviderThemeExample() { }, }} > - - {contextualSaveBarMarkup} - {pageMarkup} - + {contextualSaveBarMarkup} + {pageMarkup} );