Skip to content

Commit 75f78d2

Browse files
bugswritterJimmyTron
authored andcommitted
update
1 parent 2e59e00 commit 75f78d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/blog/sections/BlogBody.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function BlogBody({ id, categoryId, blogBody }) {
2222
<div className="container text-[13px] md:text-base font-normal text-[#323433]">
2323
<div
2424
ref={BodyRef}
25-
className="prose-md text-gray-900 font-poppins prose prose-a:no-underline prose-li:marker:text-[#333] prose-li:marker:text-sm prose-a:text-[#009975] first-letter:font-bold first-letter:text-5xl first-letter:uppercase"
25+
className="prose-md text-gray-900 prose prose-a:no-underline prose-li:marker:text-[#333] prose-li:marker:text-sm prose-a:text-[#009975] first-letter:font-bold first-letter:text-5xl first-letter:uppercase"
2626
/>
2727
{/* <Advert /> */}
2828
</div>

0 commit comments

Comments
 (0)