File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
apps/studio/components/interfaces/Integrations/Landing Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export const AvailableIntegrations = () => {
4040 value = { selectedCategory }
4141 onValueChange = { ( value ) => setSelectedCategory ( value as IntegrationCategory ) }
4242 >
43- < TabsList_Shadcn_ className = "px-10" >
43+ < TabsList_Shadcn_ className = "px-10 gap-5 " >
4444 < Input
4545 value = { search }
4646 onChange = { ( e ) => setSearch ( e . target . value ) }
@@ -55,15 +55,9 @@ export const AvailableIntegrations = () => {
5555 className = "pl-7 rounded-none !border-0 border-transparent bg-transparent !shadow-none !ring-0 !ring-offset-0"
5656 placeholder = "Search..."
5757 />
58- < TabsTrigger_Shadcn_ value = "all" className = "px-4" >
59- All Integrations
60- </ TabsTrigger_Shadcn_ >
61- < TabsTrigger_Shadcn_ value = "wrapper" className = "px-4" >
62- Foreign Data Wrappers
63- </ TabsTrigger_Shadcn_ >
64- < TabsTrigger_Shadcn_ value = "postgres_extension" className = "px-4" >
65- Postgres Extensions
66- </ TabsTrigger_Shadcn_ >
58+ < TabsTrigger_Shadcn_ value = "all" > All Integrations</ TabsTrigger_Shadcn_ >
59+ < TabsTrigger_Shadcn_ value = "wrapper" > Foreign Data Wrappers</ TabsTrigger_Shadcn_ >
60+ < TabsTrigger_Shadcn_ value = "postgres_extension" > Postgres Extensions</ TabsTrigger_Shadcn_ >
6761 </ TabsList_Shadcn_ >
6862 </ Tabs_Shadcn_ >
6963 < div className = "p-10 py-8 flex flex-col gap-y-5" >
You can’t perform that action at this time.
0 commit comments