Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhn committed Mar 21, 2023
1 parent 0ac26a6 commit 1c29c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const App = () => {
case 't':
setMonth(new Date().getMonth() + 1);
setDay(new Date().getDate());
break;
default:
}
}
Expand Down
1 change: 1 addition & 0 deletions src/components/GitHub.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const GitHub = () => {
href="https://github.com/dnhn/hubble30"
className={css.GitHub}
target="_blank"
rel="noopener noreferrer"
>
<img src="./github-mark-white.svg" alt="GitHub" />
</a>
Expand Down

0 comments on commit 1c29c57

Please sign in to comment.