Skip to content

Commit 5393427

Browse files
author
Gabriel Fosse
committed
added openaq.org hyperlink to openaq logo in header
1 parent b73afd6 commit 5393427

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/Header/index.jsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ export default function Header() {
66
return (
77
<header class="header">
88
<div class="header-contents">
9-
<a href="/" class="header-logo" aria-label="openaq logo">
9+
<a
10+
href="https://openaq.org"
11+
class="header-logo"
12+
aria-label="openaq logo"
13+
>
1014
<img src={imgSvg} alt="openaq logo" />
1115
</a>
1216
<div class="spacer" />

0 commit comments

Comments
 (0)