mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Fix linter issues
This commit is contained in:
parent
4f0c38cb10
commit
e168f50a26
@ -21,16 +21,16 @@ const HeaderHome = () => (
|
||||
}
|
||||
`}
|
||||
render={(data) => {
|
||||
const { siteTitle, siteDescription, siteTagline, siteTaglineURL} = data.site.siteMetadata
|
||||
const { siteTitle, siteDescription, siteTagline, siteTaglineURL } =
|
||||
data.site.siteMetadata
|
||||
|
||||
return (
|
||||
<header className={styles.header}>
|
||||
<Content>
|
||||
<div className={styles.tagline}>
|
||||
{siteTagline}
|
||||
<a href={siteTaglineURL}>Immunify</a>
|
||||
{siteTagline}
|
||||
<a href={siteTaglineURL}>Immunify</a>
|
||||
</div>
|
||||
|
||||
<Logo className={styles.headerLogo} />
|
||||
<h1 className={styles.headerTitle}>{siteTitle}</h1>
|
||||
<p className={styles.headerDescription}>
|
||||
|
Loading…
Reference in New Issue
Block a user