B2B-30: hide 'create team' button from not super_admins
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Link from 'next/link';
|
||||
|
||||
import { MedReportTitle } from '@/components/med-report-title';
|
||||
import { MedReportLogo } from '@/components/med-report-title';
|
||||
import { ArrowRightIcon } from 'lucide-react';
|
||||
|
||||
import { CtaButton, Hero } from '@kit/ui/marketing';
|
||||
@@ -13,7 +13,7 @@ function Home() {
|
||||
<div className={'mt-4 flex flex-col space-y-24 py-14'}>
|
||||
<div className={'container mx-auto'}>
|
||||
<Hero
|
||||
title={<MedReportTitle />}
|
||||
title={<MedReportLogo />}
|
||||
subtitle={
|
||||
<span>
|
||||
<Trans i18nKey={'marketing:heroSubtitle'} />
|
||||
|
||||
Reference in New Issue
Block a user