File tree 4 files changed +7
-8
lines changed
packages/docs/src/app/(pages)
4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ export function HeroSection() {
18
18
< br />
19
19
state manager for React
20
20
</ p >
21
- < WorksWith className = "mb-10" />
22
21
< nav className = "flex flex-wrap gap-4" >
23
22
< Link
24
23
href = "/docs"
@@ -46,6 +45,7 @@ export function HeroSection() {
46
45
GitHub
47
46
</ a >
48
47
</ nav >
48
+ < WorksWith className = "mt-10" />
49
49
</ aside >
50
50
< aside className = "relative my-4 xl:my-auto xl:flex-1 xl:pt-4" >
51
51
< LandingDemo />
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export async function SponsorsSection() {
17
17
< img
18
18
src = { sponsor . img }
19
19
alt = { sponsor . name ?? sponsor . handle }
20
- className = "mx-auto size-28 rounded-full"
20
+ className = "mx-auto size-32 rounded-full"
21
21
width = { 128 }
22
22
height = { 128 }
23
23
/>
Original file line number Diff line number Diff line change @@ -4,10 +4,7 @@ import { ComponentProps } from 'react'
4
4
export function WorksWith ( { className, ...props } : ComponentProps < 'div' > ) {
5
5
return (
6
6
< div
7
- className = { cn (
8
- 'flex items-center justify-center gap-6 text-4xl' ,
9
- className
10
- ) }
7
+ className = { cn ( 'flex items-center gap-6 text-3xl' , className ) }
11
8
{ ...props }
12
9
>
13
10
< p className = "sr-only" > Works with</ p >
Original file line number Diff line number Diff line change @@ -25,14 +25,16 @@ export default async function Page(props: {
25
25
</ div >
26
26
< div className = "container flex max-w-[900px] flex-col gap-4 px-4 text-sm sm:flex-row sm:items-center sm:justify-between lg:px-8" >
27
27
< a
28
- href = "https://x.com/fortysevenfx "
28
+ href = "https://bsky.app/profile/francoisbest.com "
29
29
className = "flex items-center gap-3 rounded-lg px-2 py-1 hover:bg-foreground/5"
30
30
aria-description = "Author"
31
31
>
32
32
< Logo47ng size = { 8 } />
33
33
< div >
34
34
< p className = "font-semibold" > François Best</ p >
35
- < p className = "text-xs text-fd-muted-foreground" > @fortysevenfx</ p >
35
+ < p className = "text-xs text-fd-muted-foreground" >
36
+ @francoisbest.com
37
+ </ p >
36
38
</ div >
37
39
</ a >
38
40
{ page . data . date && (
You can’t perform that action at this time.
0 commit comments