Skip to content

Commit d0b98a3

Browse files
committed
Fix <ul> formatting
1 parent ea2cad9 commit d0b98a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DocsSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function DocsSection({
2424
<div
2525
key={index}
2626
dangerouslySetInnerHTML={{
27-
__html: content
27+
__html: content.replaceAll("<ul>", '<ul class="list-disc pl-4">')
2828
}}
2929
></div>
3030
);

0 commit comments

Comments
 (0)