diff --git a/src/components/layouts/Footer.jsx b/src/components/layouts/Footer.jsx index 82098fb..30dfee7 100644 --- a/src/components/layouts/Footer.jsx +++ b/src/components/layouts/Footer.jsx @@ -1,7 +1,7 @@ -import React, {Component} from 'react'; -import {withTranslation} from 'react-i18next'; -import {Link} from 'react-router-dom'; -import Paypal from '../banner/Paypal'; +import React, { Component } from "react"; +import { withTranslation } from "react-i18next"; +import { Link } from "react-router-dom"; +import Paypal from "../banner/Paypal"; class Footer extends Component { constructor(props) { @@ -10,29 +10,33 @@ class Footer extends Component { } render() { - const linkStyle = {whiteSpace: 'nowrap'}; - const {t} = this.props; + const linkStyle = { whiteSpace: "nowrap" }; + const { t } = this.props; return ( -