From b161d75ac23d17d20442f81dd08b48ab9b31b689 Mon Sep 17 00:00:00 2001 From: Eva Decker Date: Wed, 11 Sep 2024 20:56:19 -0400 Subject: [PATCH] Add changeset --- .changeset/tidy-eagles-judge.md | 5 +++++ src/routes/__root.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/tidy-eagles-judge.md diff --git a/.changeset/tidy-eagles-judge.md b/.changeset/tidy-eagles-judge.md new file mode 100644 index 0000000..ae48115 --- /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 3c155de..142332e 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 } >