B2B-30: hide 'create team' button from not super_admins
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import { MedReportTitle } from "@/components/med-report-title";
|
||||
import { MedReportLogo } from "@/components/med-report-title";
|
||||
import { Button } from "@kit/ui/button";
|
||||
import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function CompanyRegistrationSuccess() {
|
||||
return (
|
||||
<div className="pt-2 px-16 pb-12 border rounded-3xl border-border">
|
||||
<MedReportTitle />
|
||||
<MedReportLogo />
|
||||
<div className="flex flex-col items-center px-4">
|
||||
<Image
|
||||
src="/assets/success.png"
|
||||
|
||||
Reference in New Issue
Block a user