|
|
|
@ -6,7 +6,7 @@ import s from './styles.module.css'
|
|
|
|
const LicenseInfo = () => {
|
|
|
|
const LicenseInfo = () => {
|
|
|
|
const { systemFeatures } = useSystemFeaturesStore()
|
|
|
|
const { systemFeatures } = useSystemFeaturesStore()
|
|
|
|
|
|
|
|
|
|
|
|
if (!systemFeatures.expired_at) {
|
|
|
|
if (systemFeatures.expired_at) {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className='fixed inset-0 flex flex-col pt-14 z-[99999]'>
|
|
|
|
<div className='fixed inset-0 flex flex-col pt-14 z-[99999]'>
|
|
|
|
<div className={cn(s.bg, 'grow flex flex-col items-center justify-center bg-white')}>
|
|
|
|
<div className={cn(s.bg, 'grow flex flex-col items-center justify-center bg-white')}>
|
|
|
|
|