imporve billing more + supporter prompt on self-hosting

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-11-10 22:35:59 +01:00
parent e9fc9713e4
commit aa0120a79d
10 changed files with 211 additions and 25 deletions

View File

@@ -1,4 +1,5 @@
import FullPageLoadingState from '@/components/full-page-loading-state';
import SupporterPrompt from '@/components/organization/supporter-prompt';
import { LinkButton } from '@/components/ui/button';
import { useTRPC } from '@/integrations/trpc/react';
import { cn } from '@/utils/cn';
@@ -136,6 +137,7 @@ function Component() {
</Alert>
)}
<Outlet />
<SupporterPrompt />
</>
);
}