diff --git a/packages/guide/src/components/Caution.tsx b/packages/guide/src/components/Caution.tsx index aa7d93d06..94218e494 100644 --- a/packages/guide/src/components/Caution.tsx +++ b/packages/guide/src/components/Caution.tsx @@ -3,14 +3,18 @@ import { VscWarning } from 'react-icons/vsc'; export function Caution({ children }: PropsWithChildren<{}>) { return ( -