Skip to content

Commit

Permalink
Update __root.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dorley174 authored Oct 26, 2024
1 parent 6d97488 commit e821ae4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export const Route = createRootRouteWithContext<RouterContext>()({
});

return (
<><OfflineNotification/>
<>
<OfflineNotification />
<Helmet titleTemplate="%s — InNoHassle" defaultTitle="InNoHassle">
<link rel="canonical" href={canonical} />
</Helmet>
Expand Down

0 comments on commit e821ae4

Please sign in to comment.