Update note styling to dotcom (#45462)
This commit is contained in:
@@ -35,11 +35,7 @@ export const AutomatedPage = ({ children }: Props) => {
|
||||
{permissions && <PermissionsStatement permissions={permissions} />}
|
||||
|
||||
{product && (
|
||||
<Callout
|
||||
variant="success"
|
||||
className="mb-4"
|
||||
dangerouslySetInnerHTML={{ __html: product }}
|
||||
/>
|
||||
<Callout className="mb-4" dangerouslySetInnerHTML={{ __html: product }} />
|
||||
)}
|
||||
</>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user