Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import React from 'react';
import { cssModules } from 'bpk-react-utils';
import BpkRtlToggle from 'bpk-component-rtl-toggle';
import BpkGridToggle from 'bpk-component-grid-toggle';
import BpkThemeToggle from 'bpk-component-theme-toggle';
import BpkHeartIcon from 'bpk-component-icon/sm/heart';
import { withAlignment, withDescription } from 'bpk-component-icon';
import { lineHeightSm, iconSizeSm } from 'bpk-tokens/tokens/base.es6';
import BpkLink from 'bpk-component-link';
import STYLES from './Footer.scss';
const getClassName = cssModules(STYLES);
const AlignedHeart = withDescription(
withAlignment(BpkHeartIcon, lineHeightSm, iconSizeSm),
'love',
);
const Footer = () => (
<div>
<div>
<span>
Made with{' '}
by{' '}
Skyscanner
{' '}
© {new Date().getFullYear()}
</span>
<div></div></div></div>