diff --git a/app/soapbox/components/loading_indicator.js b/app/soapbox/components/loading_indicator.js index d6a5adb6f..205c84d96 100644 --- a/app/soapbox/components/loading_indicator.js +++ b/app/soapbox/components/loading_indicator.js @@ -4,7 +4,7 @@ import { FormattedMessage } from 'react-intl'; const LoadingIndicator = () => (
- +
); diff --git a/app/soapbox/features/ui/components/tabs_bar.js b/app/soapbox/features/ui/components/tabs_bar.js index 9f6d2b35b..5a906160d 100644 --- a/app/soapbox/features/ui/components/tabs_bar.js +++ b/app/soapbox/features/ui/components/tabs_bar.js @@ -68,26 +68,26 @@ class TabsBar extends React.PureComponent { links.push( Logo - + ); } links.push( - + ); if (account) { links.push( - + ); } links.push( - + ); return links.map((link) =>