Skip to content

Commit

Permalink
fix: title not updating when not focused
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed May 19, 2023
1 parent 85153e5 commit 2c8b29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const App = () => {

return (
<HelmetProvider>
<Helmet>
<Helmet defer={false}>
<title>{time}</title>
<link rel='icon' type='image/svg+xml' href={clockHours(dayjs.hour())} />
</Helmet>
Expand Down

0 comments on commit 2c8b29e

Please sign in to comment.