diff --git a/src/features/users/user-title.component.tsx b/src/features/users/user-title.component.tsx index 5cf8e8c0..0acef920 100644 --- a/src/features/users/user-title.component.tsx +++ b/src/features/users/user-title.component.tsx @@ -4,6 +4,7 @@ import { useParams } from 'next/navigation'; import MaterialSymbolsSecurity from '~icons/material-symbols/security'; import MaterialSymbolsShieldPerson from '~icons/material-symbols/shield-person'; +import MDViewer from '@/components/markdown/viewer/MD-viewer'; import H3 from '@/components/typography/h3'; import P from '@/components/typography/p'; import { @@ -53,9 +54,12 @@ const UserTitle = () => { )} {user.description && ( -

+ {user.description} -

+ )} );