mirror of
https://github.com/status-im/consul.git
synced 2025-01-23 12:11:05 +00:00
bf4ef056af
Label all enterprise-related content with Enterprise badge/callout. Resolves #6887 Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
6 lines
179 B
JavaScript
6 lines
179 B
JavaScript
import EnterpriseAlert from '@hashicorp/react-enterprise-alert'
|
|
|
|
export default function EnterpriseAlertConsul(props) {
|
|
return <EnterpriseAlert product="consul" {...props} />
|
|
}
|