@@ -22,7 +22,7 @@ const components = {
22
22
< h1
23
23
className = { cn (
24
24
"group font-heading mt-2 scroll-m-20 text-4xl font-bold" ,
25
- className
25
+ className ,
26
26
) }
27
27
{ ...props }
28
28
/>
@@ -31,7 +31,7 @@ const components = {
31
31
< h2
32
32
className = { cn (
33
33
"group font-heading mt-12 scroll-m-20 border-b pb-2 text-2xl font-semibold tracking-tight first:mt-0" ,
34
- className
34
+ className ,
35
35
) }
36
36
{ ...props }
37
37
/>
@@ -40,7 +40,7 @@ const components = {
40
40
< h3
41
41
className = { cn (
42
42
"group font-heading mt-8 scroll-m-20 text-xl font-semibold tracking-tight" ,
43
- className
43
+ className ,
44
44
) }
45
45
{ ...props }
46
46
/>
@@ -49,7 +49,7 @@ const components = {
49
49
< h4
50
50
className = { cn (
51
51
"group font-heading mt-8 scroll-m-20 text-lg font-semibold tracking-tight" ,
52
- className
52
+ className ,
53
53
) }
54
54
{ ...props }
55
55
/>
@@ -58,7 +58,7 @@ const components = {
58
58
< h5
59
59
className = { cn (
60
60
"group mt-8 scroll-m-20 text-lg font-semibold tracking-tight" ,
61
- className
61
+ className ,
62
62
) }
63
63
{ ...props }
64
64
/>
@@ -67,7 +67,7 @@ const components = {
67
67
< h6
68
68
className = { cn (
69
69
"group mt-8 scroll-m-20 text-base font-semibold tracking-tight" ,
70
- className
70
+ className ,
71
71
) }
72
72
{ ...props }
73
73
/>
@@ -125,7 +125,7 @@ const components = {
125
125
< th
126
126
className = { cn (
127
127
"border px-4 py-2 text-left font-bold [&[align=center]]:text-center [&[align=right]]:text-right" ,
128
- className
128
+ className ,
129
129
) }
130
130
{ ...props }
131
131
/>
@@ -134,7 +134,7 @@ const components = {
134
134
< td
135
135
className = { cn (
136
136
"border px-4 py-2 text-left [&[align=center]]:text-center [&[align=right]]:text-right" ,
137
- className
137
+ className ,
138
138
) }
139
139
{ ...props }
140
140
/>
@@ -163,7 +163,7 @@ const components = {
163
163
< pre
164
164
className = { cn (
165
165
"mb-4 mt-6 max-h-[650px] shadow overflow-x-auto rounded-lg border bg-primary-foreground/70 font-semibold" ,
166
- className
166
+ className ,
167
167
) }
168
168
{ ...props }
169
169
/>
@@ -214,7 +214,7 @@ const components = {
214
214
< code
215
215
className = { cn (
216
216
"relative rounded bg-muted px-[0.3rem] py-[0.2rem] font-semibold text-sm" ,
217
- className
217
+ className ,
218
218
) }
219
219
{ ...props }
220
220
/>
0 commit comments