You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/landing/AppSection.tsx
+89-15Lines changed: 89 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,7 @@ import {
9
9
PieChart,
10
10
Puzzle,
11
11
Palette,
12
-
ToyBrick,
13
-
Wall
12
+
ToyBrick
14
13
}from'lucide-react';
15
14
import{useDeveloperMode}from'../pages';
16
15
@@ -30,7 +29,15 @@ const tabs = [
30
29
description:
31
30
'Build complex apps from atomic components. Automatically trigger apps and flows from webhooks, a schedule, watching for events, or slack.',
32
31
icon: Hand,
33
-
caption: <div>Simply <ahref="/docs/getting_started/apps_quickstart"target="_blank">drag and drop components</a>, connect your data and deploy your app in minutes.</div>,
description: 'Build complex apps from atomic components.',
103
142
icon: BarChart,
104
-
caption: <div>Windmill embeds several <ahref="/docs/apps/app_configuration_settings/app_component_library#charts"target="_blank">charts components</a> with unlimited customization possibilities.</div>,
description: 'Configure the style of each component with pre-set options, CSS, or Tailwind Classes.',
170
+
description:
171
+
'Configure the style of each component with pre-set options, CSS, or Tailwind Classes.',
121
172
icon: ToyBrick,
122
-
caption: <div>Configure the <ahref="/docs/apps/app_configuration_settings/app_styling#component-level"target="_blank">style of each component</a> with pre-set options, CSS, or Tailwind Classes.</div>,
description: 'Apply global themes to reuse across your applications based on their purposes.',
192
+
description:
193
+
'Apply global themes to reuse across your applications based on their purposes.',
131
194
icon: LayoutDashboard,
132
-
caption: <div>Apply <ahref="/docs/apps/app_configuration_settings/app_styling#global-styling"target="_blank">global themes</a> to reuse across your applications based on their purposes.</div>,
0 commit comments