Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Sep 12, 2024
1 parent 55198db commit b161d75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tidy-eagles-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"namesake": patch
---

Add link to system status from settings page
2 changes: 1 addition & 1 deletion src/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function RootRoute() {
)
}
useHref={(path) =>
typeof path === "string" ? path : router.buildLocation(path!).href
typeof path === "string" ? path : router.buildLocation(path).href
}
>
<main className="flex flex-col flex-1 min-h-screen text-gray-normal">
Expand Down

0 comments on commit b161d75

Please sign in to comment.