File tree Expand file tree Collapse file tree 2 files changed +8
-21
lines changed Expand file tree Collapse file tree 2 files changed +8
-21
lines changed Original file line number Diff line number Diff line change 1
- import { Checkbox } from "@supabase/ui" ;
1
+
2
2
import { Button , Input } from "@supabase/ui" ;
3
3
4
4
export default function Filters ( ) {
@@ -11,23 +11,10 @@ export default function Filters() {
11
11
/>
12
12
</ div >
13
13
< div className = "p-4" >
14
- < Checkbox . Group label = "Type" >
15
- < Checkbox label = "SQL" checked />
16
- < Checkbox label = "NoSQL" checked />
17
- </ Checkbox . Group >
18
- </ div >
19
- < div className = "p-4" >
20
- < Checkbox . Group label = "License" >
14
+ { /* <Checkbox.Group label="License">
21
15
<Checkbox label="Free" checked />
22
16
<Checkbox label="Paid" />
23
- </ Checkbox . Group >
24
- </ div >
25
- < div className = "p-4" >
26
- < Checkbox . Group label = "Compatibility" >
27
- < Checkbox label = "PostgreSQL" checked />
28
- < Checkbox label = "MySQL" checked />
29
- < Checkbox label = "Mongo" checked />
30
- </ Checkbox . Group >
17
+ </Checkbox.Group> */ }
31
18
</ div >
32
19
</ div >
33
20
) ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const navigation = {
10
10
{
11
11
name : 'Facebook' ,
12
12
href : '#' ,
13
- icon : ( props ) => (
13
+ icon : ( props : any ) => (
14
14
< svg fill = "currentColor" viewBox = "0 0 24 24" { ...props } >
15
15
< path
16
16
fillRule = "evenodd"
@@ -23,7 +23,7 @@ const navigation = {
23
23
{
24
24
name : 'Instagram' ,
25
25
href : '#' ,
26
- icon : ( props ) => (
26
+ icon : ( props : any ) => (
27
27
< svg fill = "currentColor" viewBox = "0 0 24 24" { ...props } >
28
28
< path
29
29
fillRule = "evenodd"
@@ -36,7 +36,7 @@ const navigation = {
36
36
{
37
37
name : 'Twitter' ,
38
38
href : '#' ,
39
- icon : ( props ) => (
39
+ icon : ( props : any ) => (
40
40
< svg fill = "currentColor" viewBox = "0 0 24 24" { ...props } >
41
41
< path d = "M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84" />
42
42
</ svg >
@@ -45,7 +45,7 @@ const navigation = {
45
45
{
46
46
name : 'GitHub' ,
47
47
href : '#' ,
48
- icon : ( props ) => (
48
+ icon : ( props : any ) => (
49
49
< svg fill = "currentColor" viewBox = "0 0 24 24" { ...props } >
50
50
< path
51
51
fillRule = "evenodd"
@@ -58,7 +58,7 @@ const navigation = {
58
58
{
59
59
name : 'Dribbble' ,
60
60
href : '#' ,
61
- icon : ( props ) => (
61
+ icon : ( props : any ) => (
62
62
< svg fill = "currentColor" viewBox = "0 0 24 24" { ...props } >
63
63
< path
64
64
fillRule = "evenodd"
You can’t perform that action at this time.
0 commit comments