B2B-30: hide 'create team' button from not super_admins

This commit is contained in:
devmc-ee
2025-06-15 10:05:52 +03:00
parent ab933bee9c
commit 05a512a942
16 changed files with 70 additions and 55 deletions

View File

@@ -62,6 +62,13 @@ Example of usage
--color-text-foreground -> className="[property name]-text-foreground" -> className="text-text-foreground", border-text-foreground
```
## Components
- Add the component to the `packages/ui/src/shadcn` directory.
- Replace the imports with the relative imports.
- Export the component by adding a new export to the package.json file.
- Import the component directly from the package.
read more on [makerkit doc](https://makerkit.dev/docs/next-supabase-turbo/customization/adding-shadcn-ui-components)
## Fonts
https://makerkit.dev/docs/next-supabase-turbo/customization/fonts