this repo has no description
0
fork

Configure Feed

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

lowercase

alice 13a7fd38 3bf3d680

+2 -2
+1 -1
src/app/post/[rkey]/opengraph-image.tsx
··· 29 29 textAlign: "center", 30 30 }} 31 31 > 32 - {post.value.title?.toLocaleUpperCase()} 32 + {post.value.title} 33 33 </h1> 34 34 <h1 35 35 style={{
+1 -1
src/components/typography.tsx
··· 34 34 return ( 35 35 <Tag 36 36 className={cx( 37 - "font-sans-serif mt-16 scroll-m-20 text-balance font-bold uppercase tracking-tight first:mt-0 [&>code]:text-[length:inherit]", 37 + "font-sans-serif mt-16 scroll-m-20 text-balance font-bold tracking-tight first:mt-0 [&>code]:text-[length:inherit]", 38 38 style, 39 39 className, 40 40 )}