Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit a49f341

Browse files
committed
Reformat with prettier
1 parent 71972ce commit a49f341

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

src/components/Footer.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import React from "react";
2-
import { graphql, Link, StaticQuery } from "gatsby";
1+
import React from 'react';
2+
import { graphql, Link, StaticQuery } from 'gatsby';
33

44
const Footer = props => (
55
<div className="footer-strip">
@@ -12,19 +12,16 @@ const Footer = props => (
1212
</h3>
1313
<ul className="footer-menu">
1414
<li>
15-
{" "}
1615
<Link to="/">Home</Link>
1716
</li>
1817
<li>
19-
{" "}
2018
<Link to="/contact">Contact</Link>
2119
</li>
2220
<li>
23-
{" "}
2421
<a href="https://www.iteratec.de/impressum/">Impressum</a>
2522
</li>
2623
<li className="copyright">
27-
© {new Date().getFullYear()}{" "}
24+
© {new Date().getFullYear()}{' '}
2825
{props.data.site.siteMetadata.company}
2926
</li>
3027
</ul>

0 commit comments

Comments
 (0)