File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,23 @@ import styles from './index.module.css';
1010function 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- < / h e a d e r >
28+ </ header >
29+ </ >
2830 ) ;
2931}
3032
You can’t perform that action at this time.
0 commit comments