diff --git a/lib/ui/src/components/sidebar/RefIndicator.tsx b/lib/ui/src/components/sidebar/RefIndicator.tsx index 8e496c849f40..cb1860ce248f 100644 --- a/lib/ui/src/components/sidebar/RefIndicator.tsx +++ b/lib/ui/src/components/sidebar/RefIndicator.tsx @@ -235,7 +235,7 @@ const ReadyMessage: FunctionComponent<{ componentCount: number; leafCount: number; }> = ({ url, componentCount, leafCount }) => ( - +
View external Storybook @@ -284,7 +284,7 @@ const ReadDocsMessage: FunctionComponent = () => ( ); const ErrorOccurredMessage: FunctionComponent<{ url: string }> = ({ url }) => ( - +
Something went wrong @@ -294,7 +294,7 @@ const ErrorOccurredMessage: FunctionComponent<{ url: string }> = ({ url }) => ( ); const LoadingMessage: FunctionComponent<{ url: string }> = ({ url }) => ( - +
Please wait