1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update note styling to dotcom (#45462)

This commit is contained in:
Kevin Heis
2023-11-13 12:18:52 -08:00
committed by GitHub
parent 4b3ddc817b
commit b00cede4f7
12 changed files with 34 additions and 56 deletions

View File

@@ -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 }} />
)}
</>
}