diff --git a/components/blog/BlogTableOfContents.tsx b/components/blog/BlogTableOfContents.tsx index 9dd59c2..cb091da 100644 --- a/components/blog/BlogTableOfContents.tsx +++ b/components/blog/BlogTableOfContents.tsx @@ -154,7 +154,7 @@ export function BlogTableOfContents({ headings }: BlogTableOfContentsProps) { key={heading.id} ref={activeId === heading.id ? activeButtonRef : null} onClick={() => handleClick(heading.id)} - className={`block w-full text-left text-sm py-1.5 border-l-2 transition-colors ${ + className={`block w-full text-left text-sm py-1.5 transition-colors [border-top-width:0]! [border-right-width:0]! [border-bottom-width:0]! [border-left-width:revert]! ${ heading.type === "heading_1" ? "pl-2" : heading.type === "heading_2" diff --git a/components/notion/Table.tsx b/components/notion/Table.tsx index 9de62cf..ce2973f 100644 --- a/components/notion/Table.tsx +++ b/components/notion/Table.tsx @@ -9,11 +9,11 @@ export function NotionTable({ block }: NotionTableProps) { if (!block.tableRows || block.tableRows.length === 0) return null; return ( -
| ( |
|---|