import { IconAlertTriangle } from '@tabler/icons-react' /** * Co-located safety note for AFFIRMATIVE self-care / natural-remedy guidance. * * Distinct from {@link SafetyBanner}, which leads a page and frames FDA * label-indication *matches*. This note sits at the head of every block that * offers affirmative remedy guidance (the natural-remedy sections on the Drug * Reference and "When to use what" pages), so the "informational only, not * medical advice, seek real care in an emergency" framing appears WITH the * guidance itself — not only in a one-time banner the reader may have scrolled * past. Same amber alert language as SafetyBanner so the two read as one system. */ export default function RemedySafetyNote() { return (
) }