Skip to content

Commit 1b0aabd

Browse files
authored
Merge pull request #102 from globalprivacycontrol/100-updates-to-homepage-october-2025
fix: resolve lint issues for build
2 parents 3ba3430 + 08fb59c commit 1b0aabd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/components/layout.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@ export default function Layout({
9292
info@globalprivacycontrol.org
9393
</a>
9494
<br />
95-
<a href="https://github.com/w3c/gpc" target="_blank">
95+
<a
96+
href="https://github.com/w3c/gpc"
97+
target="_blank"
98+
rel="noopener noreferrer"
99+
>
96100
W3C Github
97101
</a>
98102
</p>

src/components/navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function Navbar({ isLarge = false }) {
99
return (
1010
<nav className={`${styles.navbar} navbar navbar-expand-md`}>
1111
<div className="navbar__logos">
12-
<Link href="/">
12+
<Link href="/" passHref>
1313
<VisuallyHidden>Home</VisuallyHidden>
1414
<img
1515
className="d-lg-none"

0 commit comments

Comments
 (0)