File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export const ComponentsSection: FC = () => {
25
25
) ) }
26
26
</ div >
27
27
< div className = "mb-4 flex w-full justify-center text-center" >
28
+ { /* @ts -expect-error TODO: fix `as` inference */ }
28
29
< Button as = { Link } href = "/docs/components/accordion" color = "light" >
29
30
View all components
30
31
</ Button >
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ export const HeroSection: FC = () => {
24
24
< CopyPackageInput value = "npm i flowbite-react" />
25
25
< div className = "justify-center sm:flex sm:justify-start" >
26
26
< div className = "mx-0 flex flex-row items-center gap-4 sm:gap-6" >
27
+ { /* @ts -expect-error TODO: fix `as` inference */ }
27
28
< Button
28
29
as = { Link }
29
30
size = "lg"
Original file line number Diff line number Diff line change @@ -76,9 +76,11 @@ export const ReactSection: FC = () => {
76
76
) ) }
77
77
</ ul >
78
78
< div className = "flex flex-row gap-4" >
79
+ { /* @ts -expect-error TODO: fix `as` inference */ }
79
80
< Button as = { Link } href = "/docs/getting-started/quickstart" >
80
81
Start building < HiOutlineArrowRight className = "ml-2 h-5 w-5" />
81
82
</ Button >
83
+ { /* @ts -expect-error TODO: fix `as` inference */ }
82
84
< Button as = { Link } href = "https://github.com/themesberg/flowbite-react" color = "gray" >
83
85
View on GitHub
84
86
</ Button >
You can’t perform that action at this time.
0 commit comments