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) => {
|
render={(data) => {
|
||||||
const { siteTitle, siteDescription, siteTagline, siteTaglineURL} = data.site.siteMetadata
|
const { siteTitle, siteDescription, siteTagline, siteTaglineURL } =
|
||||||
|
data.site.siteMetadata
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<header className={styles.header}>
|
<header className={styles.header}>
|
||||||
<Content>
|
<Content>
|
||||||
<div className={styles.tagline}>
|
<div className={styles.tagline}>
|
||||||
{siteTagline}
|
{siteTagline}
|
||||||
<a href={siteTaglineURL}>Immunify</a>
|
<a href={siteTaglineURL}>Immunify</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Logo className={styles.headerLogo} />
|
<Logo className={styles.headerLogo} />
|
||||||
<h1 className={styles.headerTitle}>{siteTitle}</h1>
|
<h1 className={styles.headerTitle}>{siteTitle}</h1>
|
||||||
<p className={styles.headerDescription}>
|
<p className={styles.headerDescription}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user