Skip to content

Commit dbfbc22

Browse files
committed
fix: bring back the billing
1 parent 4ea5847 commit dbfbc22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frontend/src/app/dialogs/billing-frame.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function BillingFrameContent() {
4444
return (
4545
<>
4646
<Frame.Header>
47-
<Frame.Title>{project.name} billing</Frame.Title>
47+
<Frame.Title>{project.displayName} billing</Frame.Title>
4848
<Frame.Description>
4949
Manage billing for your Rivet Cloud project.{" "}
5050
<DocsSheet

frontend/src/app/user-dropdown.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export function UserDropdown() {
3333

3434
const isMatchingProjectRoute = match({
3535
to: "/orgs/$organization/projects/$project",
36+
fuzzy: true,
3637
});
3738

3839
return (

0 commit comments

Comments
 (0)