B2B-30: add button to create company from super admin page
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { cn } from "@/lib/utils";
|
||||
import { MedReportSmallLogo } from "@/public/assets/med-report-small-logo";
|
||||
|
||||
export const MedReportLogo = ({ className }: { className?: string }) => (
|
||||
export const MedReportLogo = ({ className, compact = false }: { className?: string, compact?: boolean }) => (
|
||||
<div className={cn('flex gap-2 justify-center', className)}>
|
||||
<MedReportSmallLogo />
|
||||
<span className="text-foreground text-lg font-semibold tracking-tighter">
|
||||
{!compact && <span className="text-foreground text-lg font-semibold tracking-tighter">
|
||||
MedReport
|
||||
</span>
|
||||
</span>}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user