- run eslint --fix across project

This commit is contained in:
Amruth Pillai
2020-07-09 00:14:13 +05:30
parent a1931f5e36
commit 9045e2983d
72 changed files with 1392 additions and 868 deletions

View File

@ -1,7 +1,7 @@
import React from "react";
import { Helmet } from "react-helmet";
import Hero from "../components/landing/Hero";
import Wrapper from "../components/shared/Wrapper";
import React from 'react';
import { Helmet } from 'react-helmet';
import Hero from '../components/landing/Hero';
import Wrapper from '../components/shared/Wrapper';
const Home = () => {
return (
@ -32,11 +32,11 @@ const Home = () => {
</Feature>
<Feature title="Kickstarting your career shouldnt come at a cost.">
There are brilliant alternatives to this app like{" "}
There are brilliant alternatives to this app like{' '}
<a href="/" target="blank">
Novoresume
</a>{" "}
and{" "}
</a>{' '}
and{' '}
<a href="/" target="blank">
Zety
</a>
@ -50,7 +50,7 @@ const Home = () => {
<footer className="my-24">
<p className="font-medium text-gray-500">
Licensed under <a href="/">MIT</a> | Made with love by{" "}
Licensed under <a href="/">MIT</a> | Made with love by{' '}
<a href="https://www.amruthpillai.com/">Amruth Pillai</a>
</p>
</footer>