import { ExternalLink } from 'lucide-react' import { Alert, AlertDescription, AlertTitle, Button, WarningIcon } from 'ui' import { DOCS_URL } from '@/lib/constants' export const RestorePaidPlanProjectNotice = () => { return ( Project will count towards compute usage once restored For every hour your instance is active, we will bill you based on the compute size of your project. ) }