1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-07-01 06:02:10 +02:00

Fix linter issues

This commit is contained in:
Ana Loznianu 2022-04-01 12:45:04 +03:00
parent 4f0c38cb10
commit e168f50a26

View File

@ -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}>