import React from 'react'; import { Label, Tooltip } from '@patternfly/react-core'; import { RepositoryIcon } from '@patternfly/react-icons'; import ManageRepositoriesButton from './ManageRepositoriesButton'; const CommunityRepositoryLabel = () => { return ( Community repository: This EPEL repository is shared across organizations. } > ); }; export default CommunityRepositoryLabel;