mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-07-30 00:19:49 +00:00
Fixed linting 😃
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -10,19 +10,39 @@ export default class Footer extends React.Component<{}, {}> {
|
||||
<div className="pre"></div>
|
||||
<div className="footer">
|
||||
<span>
|
||||
<a aria-label="Email Address" href="mailto:contact@avior.me" target="_blank">
|
||||
<a
|
||||
aria-label="Email Address"
|
||||
rel="noopener noreferrer"
|
||||
href="mailto:contact@avior.me"
|
||||
target="_blank"
|
||||
>
|
||||
<Mail color={config.colors[500]} />
|
||||
</a>
|
||||
<a aria-label="Phone Number" href="tel:+33672292683" target="_blank">
|
||||
<a aria-label="Phone Number" rel="noopener noreferrer" href="tel:+33672292683" target="_blank">
|
||||
<PhoneCall color={config.colors[500]} />
|
||||
</a>
|
||||
<a aria-label="Git" rel="noopener noreferrer" href="https://git.delta-wings.net" target="_blank">
|
||||
<a
|
||||
aria-label="Git"
|
||||
rel="noopener noreferrer"
|
||||
href="https://git.delta-wings.net"
|
||||
target="_blank"
|
||||
>
|
||||
<GitHub color={config.colors[500]} />
|
||||
</a>
|
||||
<a aria-label="Twitter" rel="nofollow noopener noreferrer" href="https://twitter.com/aviortheking" target="_blank">
|
||||
<a
|
||||
aria-label="Twitter"
|
||||
rel="nofollow noopener noreferrer"
|
||||
href="https://twitter.com/aviortheking"
|
||||
target="_blank"
|
||||
>
|
||||
<Twitter color={config.colors[500]} />
|
||||
</a>
|
||||
<a aria-label="linkdedin" rel="nofollow noopener noreferrer" href="https://www.linkedin.com/in/florian-bouillon/" target="_blank">
|
||||
<a
|
||||
aria-label="linkdedin"
|
||||
rel="nofollow noopener noreferrer"
|
||||
href="https://www.linkedin.com/in/florian-bouillon/"
|
||||
target="_blank"
|
||||
>
|
||||
<Linkedin color={config.colors[500]} />
|
||||
</a>
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user