File tree Expand file tree Collapse file tree 4 files changed +13271
-1113
lines changed
app/packages/[group]/[name]/_components Expand file tree Collapse file tree 4 files changed +13271
-1113
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ export function Pack({
7777 </ div >
7878 < Divider />
7979 { pack . readme ? (
80- < ReactMarkdown className = "prose dark:prose-invert" skipHtml >
81- { pack . readme }
82- </ ReactMarkdown >
80+ < div className = "prose dark:prose-invert" >
81+ < ReactMarkdown skipHtml > { pack . readme } </ ReactMarkdown >
82+ </ div >
8383 ) : (
8484 < p className = "text-white/50" > no readme found</ p >
8585 ) }
Original file line number Diff line number Diff line change 22/// <reference types="next/image-types/global" />
33
44// NOTE: This file should not be edited
5- // see https://nextjs.org/docs/app/building-your-application/configuring /typescript for more information.
5+ // see https://nextjs.org/docs/app/api-reference/config /typescript for more information.
You can’t perform that action at this time.
0 commit comments