File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
apps/www/app/docs/@details Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ export default async function HookPage({
131
131
const hookDoc = await getHookDoc ( name ) ;
132
132
133
133
return (
134
- < div className = "pb-20 space-y-10 px-20 container mx-auto max-w-4xl" >
134
+ < div className = "pb-20 space-y-10 px-20 max-w-4xl" >
135
135
< h1 className = "text-4xl font-bold mb-2" > { hook . title } </ h1 >
136
136
< span className = "inline-block bg-gray-200 dark:bg-slate-700 text-sm px-2 py-1 rounded mb-8" >
137
137
{ hook . category }
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ function Step({
60
60
61
61
export default function CliPage ( ) {
62
62
return (
63
- < div className = "pb-20 space-y-10 px-20 container mx-auto max-w-4xl" >
63
+ < div className = "pb-20 space-y-10 px-20 max-w-4xl" >
64
64
< div className = "space-y-4" >
65
65
< h1 className = "scroll-m-20 text-4xl font-bold tracking-tight" > CLI</ h1 >
66
66
< p className = "text-xl text-muted-foreground" >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function Terminal({
41
41
42
42
export default function IntroductionPage ( ) {
43
43
return (
44
- < div className = "pb-20 space-y-10 px-20 container mx-auto max-w-4xl" >
44
+ < div className = "pb-20 space-y-10 px-20 max-w-4xl" >
45
45
< div className = "space-y-4" >
46
46
< h1 className = "scroll-m-20 text-4xl font-bold tracking-tight" >
47
47
Introduction
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default async function HooksPage() {
4
4
const hooks = await getHooks ( ) ;
5
5
6
6
return (
7
- < div className = "pb-20 px-20" >
7
+ < div className = "pb-20 px-20 max-w-4xl " >
8
8
< h1 className = "text-4xl font-bold mb-6" > React Hooks Collection</ h1 >
9
9
< p className = "text-lg text-gray-600 mb-8" >
10
10
A comprehensive collection of { hooks . length } custom React hooks to
You can’t perform that action at this time.
0 commit comments