diff --git a/.changeset/tidy-eagles-judge.md b/.changeset/tidy-eagles-judge.md new file mode 100644 index 00000000..ae481158 --- /dev/null +++ b/.changeset/tidy-eagles-judge.md @@ -0,0 +1,5 @@ +--- +"namesake": patch +--- + +Add link to system status from settings page diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx index 3c155de7..142332e7 100644 --- a/src/routes/__root.tsx +++ b/src/routes/__root.tsx @@ -38,7 +38,7 @@ function RootRoute() { ) } useHref={(path) => - typeof path === "string" ? path : router.buildLocation(path!).href + typeof path === "string" ? path : router.buildLocation(path).href } >