This repository was archived by the owner on Apr 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
44const 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 >
You can’t perform that action at this time.
0 commit comments