We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea5847 commit dbfbc22Copy full SHA for dbfbc22
frontend/src/app/dialogs/billing-frame.tsx
@@ -44,7 +44,7 @@ export default function BillingFrameContent() {
44
return (
45
<>
46
<Frame.Header>
47
- <Frame.Title>{project.name} billing</Frame.Title>
+ <Frame.Title>{project.displayName} billing</Frame.Title>
48
<Frame.Description>
49
Manage billing for your Rivet Cloud project.{" "}
50
<DocsSheet
frontend/src/app/user-dropdown.tsx
@@ -33,6 +33,7 @@ export function UserDropdown() {
33
34
const isMatchingProjectRoute = match({
35
to: "/orgs/$organization/projects/$project",
36
+ fuzzy: true,
37
});
38
39
0 commit comments