File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Layout from "../components/Layout"
44
55const 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 = () => {
568568export default SecurityPage
569569
570570export const Head = ( ) => (
571- < title > Security & Hash Verification - AdGuard Tools and Utilities < / t i t l e >
571+ < title > Security - AdGuard Tools and Utilities</ title >
572572)
You can’t perform that action at this time.
0 commit comments