Skip to content

Commit b586fef

Browse files
authored
Replace "Security & Hash Verification" with "Security" for professional tone (#208)
1 parent 9de8b19 commit b586fef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/website/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const IndexPage = () => {
8282
</div>
8383
<div className="feature">
8484
<h3>
85-
<Link to="/security">Security & Hash Verification</Link>
85+
<Link to="/security">Security</Link>
8686
</h3>
8787
<p>
8888
Learn how our built-in security features protect you from malicious

src/website/src/pages/security.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Layout from "../components/Layout"
44

55
const SecurityPage = () => {
66
return (
7-
<Layout pageTitle="Security & Hash Verification">
7+
<Layout pageTitle="Security">
88
<div className="hero" style={{ marginBottom: "2rem" }}>
99
<h2>🛡️ Your Safety is Our Priority</h2>
1010
<p style={{ fontSize: "1.2rem" }}>
@@ -568,5 +568,5 @@ const SecurityPage = () => {
568568
export default SecurityPage
569569

570570
export const Head = () => (
571-
<title>Security & Hash Verification - AdGuard Tools and Utilities</title>
571+
<title>Security - AdGuard Tools and Utilities</title>
572572
)

0 commit comments

Comments
 (0)