B2B-30: hide 'create team' button from not super_admins
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { cn } from "@/lib/utils";
|
||||
import { MedReportSmallLogo } from "@/public/assets/med-report-small-logo";
|
||||
|
||||
export const MedReportTitle = () => (
|
||||
<div className="flex gap-2 justify-center">
|
||||
export const MedReportLogo = ({ className }: { className?: string }) => (
|
||||
<div className={cn('flex gap-2 justify-center', className)}>
|
||||
<MedReportSmallLogo />
|
||||
<span className="text-foreground text-lg font-semibold tracking-tighter">
|
||||
MedReport
|
||||
|
||||
Reference in New Issue
Block a user