diff --git a/frontend/src/components/profile/ProfileGeneralTab.jsx b/frontend/src/components/profile/ProfileGeneralTab.jsx index 17f84fc..c0b60dc 100644 --- a/frontend/src/components/profile/ProfileGeneralTab.jsx +++ b/frontend/src/components/profile/ProfileGeneralTab.jsx @@ -1,6 +1,6 @@ import React, {useState} from 'react'; import PropTypes from 'prop-types'; -import Textarea from '../ui/TextArea'; +import MarkdownEditor from '@ui/MarkdownEditor'; const ProfileGeneralTab = ({ name, @@ -39,7 +39,7 @@ const ProfileGeneralTab = ({

)} -
+
@@ -94,20 +94,14 @@ const ProfileGeneralTab = ({

Add any notes or details about this profile's - purpose and configuration + purpose and configuration. Use markdown to format + your description.

-