diff --git a/app/components/Sidebar/icons/Slack.js b/app/components/Sidebar/icons/Slack.js index 133b14be..edde2f84 100644 --- a/app/components/Sidebar/icons/Slack.js +++ b/app/components/Sidebar/icons/Slack.js @@ -11,7 +11,7 @@ export default function SlackIcon(props: *) { version="1.1" {...props} > - + ); } diff --git a/shared/components/SlackLogo.js b/shared/components/SlackLogo.js index ebc9d3f7..22831b00 100644 --- a/shared/components/SlackLogo.js +++ b/shared/components/SlackLogo.js @@ -17,15 +17,23 @@ function SlackLogo({ size = 34, fill = '#FFF', className }: Props) { xmlns="http://www.w3.org/2000/svg" className={className} > - - - + + + + + + + + + + + + + + + + + );