this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rename

+2 -2
+2 -2
src/chapters/chapter-split.tsx
··· 1 - function BlogTableSplitColumn({ blog, table }: { blog: React.ReactNode; table: React.ReactNode }) { 1 + function ChapterSplitColumn({ blog, table }: { blog: React.ReactNode; table: React.ReactNode }) { 2 2 return ( 3 3 <div className="grid gap-8 xl:grid-cols-[minmax(0,0.9fr)_minmax(34rem,1.1fr)] xl:items-start"> 4 4 {blog} ··· 7 7 ); 8 8 } 9 9 10 - export { BlogTableSplitColumn }; 10 + export { ChapterSplitColumn };