Browse Source

Fixes linting issues (#4452)

main
Strek 3 years ago
committed by GitHub
parent
commit
d3b66f5e4c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/components/SocialBanner/SocialBanner.js

3
src/components/SocialBanner/SocialBanner.js

@ -7,8 +7,7 @@
// $FlowFixMe Update Flow
import React from 'react';
import {colors, fonts, media} from 'theme';
import ExternalLinkSvg from 'templates/components/ExternalLinkSvg';
import {colors, media} from 'theme';
const linkProps = {
href: 'https://opensource.fb.com/support-ukraine',

Loading…
Cancel
Save