import React from 'react'; import { Alert, Button } from '@patternfly/react-core'; import { ExternalLinkAltIcon } from '@patternfly/react-icons'; import { DEVELOPERS_URL } from '../../../constants'; const DeveloperProgramButton = () => { return ( ); }; const CentOSAcknowledgement = () => { return ( CentOS Stream builds are intended for the development of future versions of RHEL and are not supported for production workloads or other use cases. } >

Join the to learn about paid and no-cost RHEL subscription options.

); }; export default CentOSAcknowledgement;