Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/privacy-policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ export default function Home() {
return (
<Layout
title={`${siteConfig.title} Privacy Policy`}
description="Privacy policy of the the Neutralinojs website and documentation">
description="Privacy policy of the Neutralinojs website and documentation">
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<h1 className="hero__title">Privacy Policy</h1>
<p className="hero__subtitle">Privacy policy of the the Neutralinojs website and documentation</p>
<p className="hero__subtitle">Privacy policy of the Neutralinojs website and documentation</p>
</div>
</header>
<div className={styles.intro}>
Expand Down