mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-01 03:20:34 +00:00
feat: separate markdown main component
This commit is contained in:
parent
2dae9a679a
commit
bd0192c6dd
7
src/components/General/Markdown/Markdown.tsx
Normal file
7
src/components/General/Markdown/Markdown.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import ReactMarkdown from 'react-markdown'
|
||||
|
||||
const Markdown = ({ children }) => {
|
||||
return <ReactMarkdown children={children} components={{ a: Linkk }} />
|
||||
}
|
||||
|
||||
export default Markdown
|
Loading…
x
Reference in New Issue
Block a user