Skip to content

Commit 1be1771

Browse files
committed
feat: introduce ArticleContent component for rendering HTML, generating a dynamic TOC, and enabling code block copy.
1 parent 078e3ae commit 1be1771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ArticleContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ function MobileToc({
247247
if (items.length === 0) return null;
248248

249249
return (
250-
<div className="lg:hidden border border-white p-4">
250+
<div className="lg:hidden border border-white p-4 mb-5">
251251
<button
252252
type="button"
253253
onClick={() => setIsOpen(!isOpen)}

0 commit comments

Comments
 (0)