diff --git a/src/components/HelpBox.jsx b/src/components/HelpBox.jsx index 6c47743..7e93f99 100644 --- a/src/components/HelpBox.jsx +++ b/src/components/HelpBox.jsx @@ -5,7 +5,7 @@ import './HelpBox.css'; function HelpBox({ title, text }) { return (
-

{title}

+

{title}

{text}

);