diff --git a/src/Components/Profile/Subcomponents/ProfileTextForm.tsx b/src/Components/Profile/Subcomponents/ProfileTextForm.tsx index ccac9c44..364008f6 100644 --- a/src/Components/Profile/Subcomponents/ProfileTextForm.tsx +++ b/src/Components/Profile/Subcomponents/ProfileTextForm.tsx @@ -8,6 +8,8 @@ import { TextAreaInput } from '#components/Input' import { FormState } from '#src/types' import { getValue } from '#utils/GetValue' +import { MarkdownHint } from './MarkdownHint' + export const ProfileTextForm = ({ state, setState, @@ -33,12 +35,15 @@ export const ProfileTextForm = ({ return (
- +
+ + +