File tree 1 file changed +1
-1
lines changed
ui/dashboard/src/components/dashboards/Text
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const Markdown = ({ value }) => {
47
47
const isLong = value . split ( "\n" ) . length > 3 ;
48
48
const panelClasses = isLong ? getLongPanelClasses ( ) : getShortPanelClasses ( ) ;
49
49
const proseHeadings =
50
- "prose-h1:text-3xl prose-h2:text-2xl prose-h3:text-xl prose-h3:mt-1 p-4 text-foreground prose-h1:text-foreground prose-h2:text-foreground prose-h4:text-foreground prose-h4:text-foreground prose-h5:text-foreground prose-h6:text-foreground" ;
50
+ "prose-h1:text-3xl prose-h2:text-2xl prose-h3:text-xl prose-h3:mt-1 p-4 text-foreground prose-h1:text-foreground prose-h2:text-foreground prose-h4:text-foreground prose-h4:text-foreground prose-h5:text-foreground prose-h6:text-foreground prose-strong:text-foreground " ;
51
51
const markdown = (
52
52
< ReactMarkdown
53
53
rehypePlugins = { [ [ rehypeExternalLinks , { target : "_blank" } ] ] }
You can’t perform that action at this time.
0 commit comments