import { Badge } from '@/components/ui/badge'; import { useLicense } from '@/context/LicenseContext'; import { TierBadge } from '@/components/TierBadge'; export function AboutSection() { const { license } = useLicense(); return (
Version and instance information.
{license.instanceId.slice(0, 8)}