Use the appropriate share icon in Docs Preview Toolbar

This commit is contained in:
domyen 2022-08-12 17:53:00 -04:00
parent 3de325f148
commit 1320ba9de5

View File

@ -70,7 +70,7 @@ const Eject: FC<EjectProps> = ({ baseUrl, storyId }) => (
target="_blank"
title="Open canvas in new tab"
>
<Icons icon="share" />
<Icons icon="sharealt" />
</IconButton>
);