Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlucasoffice committed Jan 30, 2023
1 parent 5943ad5 commit 21354e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ export const Header = () => {

return (
<header>
<div className="logo">
<img src="/logo.svg" alt="" />
</div>
<a href="./">
<div className="logo">
<img src="/logo.svg" alt="" />
</div>
</a>
</header>
)
}
2 changes: 1 addition & 1 deletion src/components/Synth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const Synth = ({aqi, RelativeAQI}) => {
} else {
setIsPlaying(false)
}
}, 1000)
}, 500)
}

loop();
Expand Down

0 comments on commit 21354e6

Please sign in to comment.