Commit f47c699 1 parent 2ddba2e commit f47c699 Copy full SHA for f47c699
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export const Explore = ({ className }: { className: string }) => {
18
18
< h3 className = "category-xl pl-6 font-mono text-xl tracking-widest text-muted-foreground" >
19
19
{ category . title }
20
20
</ h3 >
21
- < div className = "border-l border-muted pb-8 pl-6 pt-4" >
21
+ < div className = "border-l border-muted px-6 pb-8 pt-4" >
22
22
< DocsList
23
23
name = { category . slug }
24
24
limit = { 4 }
@@ -33,7 +33,7 @@ export const Explore = ({ className }: { className: string }) => {
33
33
</ h3 >
34
34
< div
35
35
className = {
36
- "grid grid-cols-4 gap-2 border-l border-muted pb-1 pl-6 pt-4 sm:grid-cols-8 lg:grid-cols-16"
36
+ "grid grid-cols-4 gap-2 border-l border-muted px-6 pb-1 pt-4 sm:grid-cols-8 lg:grid-cols-16"
37
37
}
38
38
>
39
39
< IconExemples limit = { 32 } />
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export const Hero = ({ className }: { className?: string }) => {
28
28
< h1 className = "mt-4 font-display text-4xl font-bold leading-tight tracking-tight md:text-5xl lg:text-6xl" >
29
29
< Balancer >
30
30
Everything you need to build your{ " " }
31
- < span className = "bg-gradient bg-clip-text text-transparent" > React app</ span > { " " }
31
+ < span className = "bg-gradient bg-clip-text text-transparent" > React app</ span >
32
32
</ Balancer >
33
33
</ h1 >
34
34
< h2 className = "text-md mt-6 text-muted-foreground md:text-lg lg:text-xl" >
You can’t perform that action at this time.
0 commit comments