From bed134c1da94f3b91eb50114ecd0d01ecb3ab3a2 Mon Sep 17 00:00:00 2001 From: fragosti Date: Tue, 13 Nov 2018 10:37:42 -0800 Subject: chore: PR feedback --- packages/instant/src/components/standard_panel_content.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'packages/instant/src/components/standard_panel_content.tsx') diff --git a/packages/instant/src/components/standard_panel_content.tsx b/packages/instant/src/components/standard_panel_content.tsx index 95a79bd55..89e4da70c 100644 --- a/packages/instant/src/components/standard_panel_content.tsx +++ b/packages/instant/src/components/standard_panel_content.tsx @@ -19,7 +19,7 @@ export interface StandardPanelContentProps { action: React.ReactNode; } -const spacingBetweenPx = '20px'; +const SPACING_BETWEEN_PX = '20px'; export const StandardPanelContent: React.StatelessComponent = ({ image, @@ -30,18 +30,18 @@ export const StandardPanelContent: React.StatelessComponent ( - {image} - + {image} + {title} - + {description} - + {moreInfoSettings && (