From fd5cd00d300c701b06dcf86da88b53749194ba64 Mon Sep 17 00:00:00 2001 From: domyen Date: Fri, 12 Aug 2022 17:53:00 -0400 Subject: [PATCH] Use the appropriate share icon in Docs Preview Toolbar --- code/lib/blocks/src/components/Toolbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lib/blocks/src/components/Toolbar.tsx b/code/lib/blocks/src/components/Toolbar.tsx index a5dfeeec4812..2a4c369ef05c 100644 --- a/code/lib/blocks/src/components/Toolbar.tsx +++ b/code/lib/blocks/src/components/Toolbar.tsx @@ -70,7 +70,7 @@ const Eject: FC = ({ baseUrl, storyId }) => ( target="_blank" title="Open canvas in new tab" > - + );