Skip to content

Commit 292f78a

Browse files
added meta tag for algolia
1 parent f1a05ec commit 292f78a

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

src/pages/index.js

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,23 @@ import styles from './index.module.css';
1010
function HomepageHeader() {
1111
const { siteConfig } = useDocusaurusContext();
1212
return (
13-
<meta name="algolia-site-verification" content="0064B6F67914D812" />
14-
<header className={clsx('hero hero--primary', styles.heroBanner)}>
15-
<div className="container">
16-
<h1 className={styles.heroTitle}>Netwrix Product Documentation</h1>
17-
<p className={styles.heroSubtitle}>
18-
Read more about the security solutions from Netwrix. Comprehensive guides, product
19-
knowledge, and references for all Netwrix products.
20-
</p>
21-
<div className={styles.buttons}>
22-
<a className="button button--secondary button--lg" href="#products">
23-
Browse the docs
24-
</a>
13+
<>
14+
<meta name="algolia-site-verification" content="0064B6F67914D812" />
15+
<header className={clsx('hero hero--primary', styles.heroBanner)}>
16+
<div className="container">
17+
<h1 className={styles.heroTitle}>Netwrix Product Documentation</h1>
18+
<p className={styles.heroSubtitle}>
19+
Read more about the security solutions from Netwrix. Comprehensive guides, product
20+
knowledge, and references for all Netwrix products.
21+
</p>
22+
<div className={styles.buttons}>
23+
<a className="button button--secondary button--lg" href="#products">
24+
Browse the docs
25+
</a>
26+
</div>
2527
</div>
26-
</div>
27-
</header>
28+
</header>
29+
</>
2830
);
2931
}
3032

0 commit comments

Comments
 (0)