diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx --- a/src/components/navbar.tsx +++ b/src/components/navbar.tsx @@ -108,7 +108,7 @@ when={handle() !== props.params.repo} fallback={{props.params.repo}} > - {handle()} + {handle()} ({props.params.repo}) @@ -125,7 +125,7 @@ when={handle() !== props.params.repo} fallback={{props.params.repo}} > - {handle()} + {handle()} ({props.params.repo}) @@ -170,7 +170,7 @@